TabNav / Dev
Install
yarn add @ntds/tabs
Import
import { TabNav } from '@ntds/tabs';
Props
TabNav
| Prop | Type & 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. |