URL-like path breadcrumb using mono segments with forward-slash dividers and a trailing chevron.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Nav13 } from "@/components/beste/piece/nav13";
<Nav13
segments={[
"acme-studio",
"marketing-site",
"docs",
"overview.mdx"
]}
/>