Breadcrumb where each crumb wears a home or folder icon chip and the final crumb has a muted fill.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Nav9 } from "@/components/beste/piece/nav9";
<Nav9
crumbs={[
"Docs",
"API reference",
"Webhooks"
]}
/>