Breadcrumbs
Show where users are in the application.
General
Separator
Custom separator in characters.
Icons
Show more information with icons.
With NextJS
Example for use with next.js.
APIs
Breadcrumbs.Props
| Attribute | Description | Type | Accepted values | Default |
|---|---|---|---|---|
| separator | separator string | string | - | / |
| ... | native props | HTMLAttributes | 'id', 'className', ... | - |
Breadcrumbs.Item.Props
| Attribute | Description | Type | Accepted values | Default |
|---|---|---|---|---|
| href | link address | string | - | - |
| nextLink | in next.js route | boolean | - | false |
| onClick | click event | (event: MouseEvent) => void | - | - |
| ... | native props | AnchorHTMLAttributes | 'id', 'className', ... | - |
Breadcrumbs.Separator.Props
| Attribute | Description | Type | Accepted values | Default |
|---|---|---|---|---|
| ... | native props | HTMLAttributes | 'id', 'className', ... | - |
Contributors