Compact breadcrumb trail with chevron separators and the trailing crumb rendered in bold.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Nav8 } from "@/components/beste/piece/nav8";
<Nav8
crumbs={[
"Docs",
"API reference",
"Webhooks",
"Retries"
]}
/>