Breadcrumb trail with a home icon, chevron separators, and a bold final crumb.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Nav31 } from "@/components/beste/piece/nav31";
<Nav31
items={[
{
"label": "Projects"
},
{
"label": "Beste Co."
},
{
"label": "Settings",
"active": true
}
]}
/>Compact breadcrumb trail with chevron separators and the trailing crumb rendered in bold.
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.
Breadcrumb that hides middle crumbs behind a dropdown chip so the trail stays on a single row.
Shadow-lifted menu with icon rows, shortcut hints on the right, and a tinted destructive Delete action.
Nested file explorer with amber folder icons, chevrons, and a primary fill under the active file.