Breadcrumb trail with a home icon, chevron separators, and a bold final crumb.
New here? Read the installation guide.
import { Nav31 } from "@/components/beste/piece/nav31";
<Nav31
items={[
{
"label": "Projects"
},
{
"label": "Beste Co."
},
{
"label": "Settings",
"active": true
}
]}
/>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.