Breadcrumb
atomHorizontal trail of navigational links showing the user's location within a hierarchy. Supports custom separators and click handlers.
Basic breadcrumb
Three-level navigation path with links.
Custom separator
Using a › arrow as separator.
Usage
Installation
API Reference
Breadcrumb props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
items* | BreadcrumbItem[] | — | Array of breadcrumb items. Each item has label, optional href and onClick. |
separator | React.ReactNode | "/>" | Custom separator between items. Defaults to "/". |
style | React.CSSProperties | — | Inline styles for the breadcrumb container. |