Breadcrumb
A navigation aid showing the current location within a hierarchy.
Default
Usage
Use breadcrumbs to help users understand their location in a hierarchical navigation structure and easily navigate back to parent pages.
The last item should be the current page and not be a link.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| separator | ReactNode | <ChevronRight /> | Custom separator element (on BreadcrumbSeparator) |
| asChild | boolean | false | Merge props onto child element (on BreadcrumbLink) |