Tooltip
Provides additional information on hover.
Basic
Simple tooltip with label
Tooltip
Custom Content
Using children for custom content
Custom
Main Props
Name | Type | Default | Description |
---|---|---|---|
label | string | - | Text displayed in the tooltip |
children | React.ReactNode | - | Custom tooltip content |
Class Props
Name | Type | Default | Description |
---|---|---|---|
className | string | '' | Additional CSS classes |