componente · @solu30/ui-kit/navigation
Tabs
El componente, montado
Cargando el componente del paquete instalado…
Cargando el chunk del paquete instalado…
De dónde se importa
import { Tabs } from '@solu30/ui-kit/navigation'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| items | sí | TabItem$1[] | — |
| active | sí | string | — |
| onChange | sí | (key: string) => void | — |
| size | opcional | "sm" | "md" | — |
| variant | opcional | "underline" | "pills" | "elevated" | — |
| divider | opcional | boolean | Full-width baseline under the tab list (underline variant only). `false` removes the track — the animated per-tab indicator stays. Default `true` (unchanged look for existing consumers). |
| className | opcional | string | — |