On this page
Loading...
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `ariaLabel` | Default aria-label for breadcrumb. **`default`** 'breadcrumb' | `string` | `'breadcrumb'` |
| `role` | Default role for breadcrumb. **`default`** 'navigation' | `string` | `'navigation'` |
---
### c-breadcrumb-item
_component_
#### Inputs
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `active` | Toggle the active state for the component. | `boolean` | |
| `attributes` | Additional html attributes for link. | [`INavAttributes`](../interfaces/coreui_types.INavAttributes.md) | |
| `linkProps` | Some `NavigationExtras` props for the inner `[routerLink]` directive and `routerLinkActiveOptions`. | [`INavLinkProps`](../interfaces/coreui_types.INavLinkProps.md) | |
| `url` | The `url` prop for the inner `[routerLink]` directive. | `string` \| `any`[] | |
---
### c-breadcrumb-router
_component_
#### Inputs
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `items` | Optional array of IBreadcrumbItem to override default BreadcrumbRouter behavior. | [`IBreadcrumbItem`](../interfaces/breadcrumb_breadcrumb_item_breadcrumb_item.IBreadcrumbItem.md)[] | |