Collapsed Breadcrumb

Breadcrumb that hides middle crumbs behind a dropdown chip so the trail stays on a single row.

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

Import & use
import { Nav10 } from "@/components/beste/piece/nav10";

<Nav10
  tail={[
    "Design tokens",
    "Color scales"
  ]}
/>

More Nav pieces

View all Nav

Compact breadcrumb trail with chevron separators and the trailing crumb rendered in bold.

Breadcrumb trail with a home icon, chevron separators, and a bold final crumb.

Breadcrumb where each crumb wears a home or folder icon chip and the final crumb has a muted fill.

URL-like path breadcrumb using mono segments with forward-slash dividers and a trailing chevron.

Actions

Shadow-lifted menu with icon rows, shortcut hints on the right, and a tinted destructive Delete action.

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