Navigation
Breadcrumb
Navigation helper for deeply nested content hierarchies.
Breadcrumb
Standard hierarchical navigation.
With Icons
Add icons to breadcrumb items for better visual context.
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
items | BreadcrumbItemProps[] | — | Array of item configurations with label, icon, actions, and active states |
separator | React.ReactNode | <ChevronRight size={14 | Custom separator character or element between breadcrumb links |
maxItems | number | 4 | Configures the maxItems option |
label | React.ReactNode | — | Primary text label description |
icon | React.ReactNode | — | Custom icon prefix element |
href | string | — | URL address of the link. Renders as text if omitted |
active | boolean | — | Highlights the item as the current active route |
onClick | () => void | — | Click event callback handler |