TabNav
Install
yarn add @ntds/tabsImport
import { TabNav } from '@ntds/tabs';Props
| Prop | Type | Default | Description |
|---|---|---|---|
ariaLabel | string | — | Label places on the nav-element. |
elementRef? | Ref<HTMLElement> | — | DOM-element ref of the outmost tag |
tw? | TwGroupKeys | — | Tailwind overrides |
children | ReactNode | — | Usually simple text, but can be anything. |