Top tooltip (default)
Bottom tooltip
Left tooltip
Right tooltip
1<TooltipBase content="This is a tooltip">2 <Button>Hover me</Button>3</TooltipBase>Installation
npx zeroui@latest add tooltip-baseProps
| name | type | default | description |
|---|---|---|---|
| content | string | - | - |
| position | "top" | "bottom" | "left" | "right" | "top" | - |
| className | string | "" | - |