Tooltip
This component wraps another component and shows a tooltip for the component it is wrapping, whenever the user moves the mouse over it.
Installation
Properties
Name
Type
Description
content
string | IContentFunction
The content to show inside the tooltip This can be either a string or a JSX element
position
Where the tooltip should be placed relative to the element it is being displayed for
content
The content to show inside the tooltip This can be either a string or a JSX element
type
string | IContentFunction
position
Where the tooltip should be placed relative to the element it is being displayed for
type
Last updated