react-popover
Varld's popover and tooltip library.
Install
Tooltips
Popovers
The popover
prop gets passed an object with three values (open, visible and close) and must return a ReactElement
.
The open
value is true
when the popover is fully visible or animating.
The visible
value is true
when the popover is fully visible.
The close
value is a function, which you can call to close the popover.