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
}
]}
/>