Numbered pagination with prev/next chevrons, ellipsis truncation, and a filled primary active tile.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Nav15 } from "@/components/beste/piece/nav15";
<Nav15
current={4}
total={12}
/>Numbered pagination with prev/next arrows and ellipses for long ranges. Active page flips to foreground.
Docs-style on-this-page list with left borders and a primary active rail on the current section.
Sidebar-style stack of icon + label rows where the active row gets a muted fill and bolder text.
Underline tabs that print a pill count next to the label, with the active count filled in primary.
Horizontal tabs with a thin bottom rail and a primary underline under the active label.
Grouped sidebar menu with section labels, icon rows, optional counters, and a muted active state.