Getting Started
Components
Search for a command to run...
TabNav provides a clean, organized way to present navigation options in a horizontal row with tab-like styling. Unlike Tabs which switch between content panels, TabNav is used for page-level navigation where each item typically links to a different page or section. Built on top of Radix UI's NavigationMenu primitive with keyboard navigation support, focus management, and accessibility features.
import { TabNav } from "@strongtie/design-system/tab-nav"This module exports the following components:
TabNavTabNavLink<TabNavLink>| Prop | Type | Default | Description |
|---|---|---|---|
active | boolean | - | |
disabled | boolean | - |
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
CSS classes used by this component:
tab-navtab-nav-linkEnsure proper accessibility attributes are added when implementing this component.