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 { Nav10 } from "@/components/beste/piece/nav10";
<Nav10
tail={[
"Design tokens",
"Color scales"
]}
/>