Tooltip
Tooltip can be used to show a message when hovering over an element.
Properties
Property | Required | Type | Description |
---|---|---|---|
label | Yes | str | |
placement | No | str (one of: top, bottom, left, right) | |
open | No | bool | |
color | No | str (one of: primary, secondary, accent, neutral, success, warning, info, error) | |
Any additional properties | No | any |
Children
Accepts any HTML content
Examples
<{Tooltip}>
</{Tooltip}>