Breadcrumbs
Breadcrumbs display a hierarchy of links to the current page or resource in an application.
Component props
Breadcrumbs
| Name | Type | Description |
|---|---|---|
| isDisabled | boolean | Disables all breadcrumbs |
| onAction | (key: string) => void | Called when a breadcrumb is clicked |
Breadcrumb
| Name | Type | Description |
|---|---|---|
| id | string | Unique breadcrumb identifier |
| href | string | Link URL |
| isDisabled | boolean | Disables the breadcrumb |