Search documentation, components, and switch theme.
Navigation tabs with pending state.
npx shadcn@latest add @formance/nav-tabs
npm install class-variance-authority lucide-react radix-ui
import { NavTabs, NavTab } from '@/components/ui/nav-tabs'
<NavTabs> <NavTab variant="active">Ledgers</NavTab> <NavTab>Payments</NavTab> <NavTab>Wallets</NavTab> </NavTabs>