Documentation Index
Fetch the complete documentation index at: https://docs.sure-developer.com/llms.txt
Use this file to discover all available pages before exploring further.
Tooltip
Tooltip renders hover text above a trigger. If the component has children, those children become the trigger; otherwise it renders the trigger prop.
API
Props
| Prop | Type | Description |
|---|---|---|
content or label | string | Tooltip body text. |
trigger | string | Fallback trigger text when no children are passed. |
triggerClassName | string | Trigger span class. |
tooltipClassName, contentClassName | string | Tooltip bubble class. |
className, style | mixed | Common LUI styling props. |
Tooltip visibility is CSS hover-based through the wrapper group class.
