URL-like path breadcrumb using mono segments with forward-slash dividers and a trailing chevron.
New here? Read the installation guide.
import { Nav13 } from "@/components/beste/piece/nav13";
<Nav13
segments={[
"acme-studio",
"marketing-site",
"docs",
"overview.mdx"
]}
/>Breadcrumb where each crumb wears a home or folder icon chip and the final crumb has a muted fill.
Breadcrumb that hides middle crumbs behind a dropdown chip so the trail stays on a single row.