Hover
Hover-triggered info popups
Display additional information on hover.
Hoverinfo
Show type or value hints on hover.
hover over: name or count or missing
Types
Type
Default style for type annotations.
ageValue
For displaying values.
enabled
Error
For error states.
data
Typepopup
For richer hover content with custom formatting.
configProps
Hoverinfo
| prop | type | default | description |
|---|---|---|---|
| children | ReactNode | required | Trigger element |
| info | string | required | Text to display |
| type | "type" | "value" | "error" | "type" | Color style |
Typepopup
| prop | type | default | description |
|---|---|---|---|
| trigger | ReactNode | required | Hover trigger |
| content | ReactNode | required | Popup content |