Tooltip Hint Matrix
v1.0.0Shows a small message when you hover over an element.
Interactive Implementation
Hover the buttons below to see tooltips in action.
Properties API
All available props for this component.
Property | Type | Default | Description |
|---|---|---|---|
| content | ReactNode | required | The descriptive text context or element structure packed inside the popping bubble panel. |
| children | ReactNode | required | The core active target node frame that tracks hover cursor coordinates to summon the tip. |
| position | "top" | "bottom" | "left" | "right" | "top" | Controls the spatial vector projection anchor alignment relative to its wrapped baseline target. |
| className | string | undefined | Optional overrides passed directly onto the layout element structure block configuration container. |