Breadcrumbs are a navigation tool mean to show the path that a user has followed on the site to get to their current
page. Name | Description |
slot[name=""] | The default slot for the breadcrumbs, typically a group of breadcrumb-item components |
slot[name="back-navigation"] | Used to customize the appearance of the back navigation button that shows up on smaller screens |
slot[name="separator"] | Used to customize the separator that is used for all child breadcrumb-item components |
::part(base) | The root element of the shadow DOM |
::part(back-navigation) | The back navigation element |
::part(items-list) | The ol element that wraps the default slot |
Breadcrumbs Default Variant Home Second Crumb Third Crumb
Breadcrumbs Inverse Variant Home Second Crumb Third Crumb
Breadcrumbs With Custom Text Separator | Home Second Crumb Third Crumb
Breadcrumbs With Custom Icon Separator Home Second Crumb Third Crumb