componente · @solu30/ui-kit/feedback
Tooltip
El componente, montado
Cargando el espécimen…
Cargando el chunk del paquete instalado…
De dónde se importa
import { Tooltip } from '@solu30/ui-kit/feedback'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| content | sí | React__default.ReactNode | Content to display in the tooltip |
| position | opcional | TooltipPosition | Position relative to the trigger element |
| delay | opcional | number | Delay before showing tooltip (ms) |
| tooltipClassName | opcional | string | Additional CSS class for the tooltip bubble |
| className | opcional | string | Additional CSS class for the wrapper |
| children | sí | React__default.ReactElement | Trigger element |