Components · Overlays
Floating label that appears on hover. Built on Radix UI Tooltip.
import { Tooltip } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| content | React.ReactNode | — | ✓ | Content shown inside the tooltip. |
| side | 'top' | 'right' | 'bottom' | 'left' | 'top' | — | Preferred side to open. |
| delayDuration | number | 700 | — | Delay in ms before tooltip opens. |