In lieu of an icon with a tooltip, which can become redundant in areas when there are numerous definitions on a single page, a text tip can be used. This is typically denoted by a stylized underline, which triggers a tooltip on hover.
| Name | Default | Description |
|---|---|---|
children | — | ReactNodeThe text content of the definition. |
message | — | stringThe message to display when hovering over the definition. |
placement | "top" | PlacementWithLogicalThe placement of the tooltip. |
On this page