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 | — | ReactNode The text content of the definition. |
message | — | string The message to display when hovering over the definition. |
placement | "top" | PlacementWithLogical The placement of the tooltip. |
On this page