Pagination

Numbered pagination with prev/next arrows and ellipses for long ranges. Active page flips to foreground.

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

Import & use
import { Nav33 } from "@/components/beste/piece/nav33";

<Nav33
  current={3}
  total={8}
/>

More Nav pieces

View all Nav

Numbered pagination with prev/next chevrons, ellipsis truncation, and a filled primary active tile.

On this page

Docs-style on-this-page list with left borders and a primary active rail on the current section.

Workspace
Admin

Grouped sidebar menu with section labels, icon rows, optional counters, and a muted active state.

Sidebar-style stack of icon + label rows where the active row gets a muted fill and bolder text.

Right-click menu pointed by a corner arrow with icon rows and mono shortcut hints on the right.

Horizontal tabs with a thin bottom rail and a primary underline under the active label.