Breadcrumbs
Navigation
Navigation breadcrumbs with Next.js Link integration, custom separator support, aria-label accessibility, and current page indicator.
Loading preview...
Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | { label: string; href?: string }[] | [] | Array of breadcrumb items. The last item is rendered as current page. |
separator | React.ReactNode | <ChevronRight /> | Custom separator between breadcrumb items. |
className | string | '' | Additional CSS classes. |