Preview
Supplementary help appears without moving focus
Usage
Tooltip usage<Tooltip content="Supplementary help" trigger={(attrs) => <button aria-describedby={attrs.ariaDescribedBy}>Help</button>} />API
Tooltip APITooltipProps
| prop | type | notes |
|---|---|---|
| content | string | |
| trigger | (attrs: TooltipTriggerAttrs) => RemixNode | Render the actual named trigger and apply `ariaDescribedBy` to it. |
| side? | 'top' | 'right' | 'bottom' | 'left' | |
| delay? | number | Pointer delay in milliseconds. Keyboard focus is immediate. Default 800. |
| mix? | MixInput |