Tooltip
Game-accurate item description tooltip that appears on hover.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| content | ReactNode | — | The content displayed inside the tooltip popup. |
| position | "top" | "bottom" | "left" | "right" | "top" | Which side of the trigger element the tooltip appears on. |
| children | ReactNode | — | The trigger element. Hovering over it shows the tooltip. |
| className | string | — | Additional CSS classes applied to the tooltip panel. |