TabNav / Dev

Install

yarn add @ntds/tabs

Import

import { TabNav } from '@ntds/tabs';

Props

TabNav

PropType & 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.

This guide is based on version: 3.3.0