MiHCM
navigation/@mihcm/ui·v0.21.0·stable

TabNavigation

Link-based tab navigation for routed sections. Use Tabs for local state and TabNavigation when each item is a URL.

Overview

Link-based tab navigation for routed sections. Use Tabs for local state and TabNavigation when each item is a URL.

Use TabNavigation from @mihcm/ui with MiHCM semantic tokens and Tailwind utility classes. Keep layout, spacing, color, and state styling token-based so the component remains responsive and dark-mode compatible.

Install and import

npx @mihcm/cli add TabNavigation
import { TabNavigation } from '@mihcm/ui/TabNavigation';

Usage rules

  • Prefer the component API first, then extend with tokenized className overrides.
  • Do not use raw hex colors, inline styles, or local primitive forks.
  • Test mobile width, keyboard access, focus states, disabled states, and empty data.
  • Keep labels and descriptions visible or available through accessible names.