Tab Bar Pill

Four-tab navigation pill that expands the active tab to show its label, with a count badge on alerts.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Nav32 } from "@/components/beste/piece/nav32";

<Nav32
  active="alerts"
  alerts={3}
/>