The following props are available for breadcrumbs component. These are the custom props that come with we've added for the breadcrumbs component and you can use all the other native props as well.
Attribute | Type | Description | Default |
---|---|---|---|
divider | string | Change breadcrumbs separator between it's elements | / |
full-width | boolean | Change breadcrumbs to a block level element | false |
items | array | Set data to be shown in breadcrumbs | [] |
{
text: string
href: string
disabled: boolean
}