Breadcrumbs
A breadcrumbs component for navigation hierarchy display.
Examples
Basic Breadcrumbs
Breadcrumbs Props
| Prop | Type | Default | Description |
|---|---|---|---|
separator | ReactNode | - | Custom separator between items |
BreadcrumbItem Props
| Prop | Type | Default | Description |
|---|---|---|---|
href | string | - | URL to navigate to |
current | boolean | - | Whether this is the current page |