| Property | Type | Description |
|---|---|---|
label | string | The content of the tooltip. |
align? | TooltipAlign | One of: Center, Left, Right |
children? | React.ReactNode | |
direction? | TooltipDirection | One of: Bottom, Left, Right, Top |
display? | Display | One of: Block, Flex, Hide, HideAccessible, Inline, InlineBlock, InlineFlex |
offsetX? | string | |
offsetY? | string | |
show? | boolean | Manually toggle the display of the tooltip. |
title? | string | |
width? | number |