Breadcrumb
Breadcrumb displays one segment of the navigation path in the application and is a descendant of the Breadcrumbs element. It can also display an icon.
Note
For more information on using Breadcrumbs, navigate to the Breadcrumbs element documentation.
Attributes and Properties
href
Description | Contains the URL or URL fragment to which the hyperlink points. |
Attribute | href |
Type | string | undefined |
Default | undefined |
Events
No events available for this component.
Methods
No public methods available for this component.
CSS Shadow Parts
Name | Description |
---|---|
separator | References a span element containing a separator between breadcrumbs items. |
CSS Custom Properties
No CSS custom properties available for this component.
Slots
Name | Description |
---|---|
end | The content is placed on the right in the LTR and on the left in the RTL. |
separator | Slot to customize the separator between breadcrumbs items. If not specified, the "chevron-right" icon is used by default. |
start | The content is placed on the left in the LTR and on the right in the RTL. |