Variable: Tooltip
constTooltip:FC<TooltipProps>
Defined in: components/Tooltip/index.tsx:28
Component
Tooltip
Description
A component that displays a tooltip on hover, built on top of the Dropdown component.
Param
The component props.
Returns
The rendered Tooltip component.
Example
<Tooltip text="This is a tooltip">
<Button>Hover me</Button>
</Tooltip>