Horizontal tabs with a thin bottom rail and a primary underline under the active label.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Nav4 } from "@/components/beste/piece/nav4";
<Nav4
tabs={[
"Overview",
"Analytics",
"Audience",
"Settings"
]}
activeIndex={1}
/>