Tooltip
Props
Prop | Type | Description | Required |
---|---|---|---|
content | string | The text content to display inside the tooltip. | Yes |
variant | default , dark | Determines the style of the tooltip. Defaults to default . | No |
align | top , bottom , left , right | Controls the position of the tooltip relative to the target element. Defaults to top . | No |
children | React.ReactNode | The element that the tooltip will be anchored to (e.g., a button or text). | Yes |