Breadcrumb
The breadcrumbs block displays the path to the user's navigation list.

Configuration
- Import the
vtex.listapp to your theme's peer dependencies in themanifest.jsonfile as in the following example:
"peerDependencies": {
"vtex.list": "3.x"
}
- Add the
breadcrumbsblock to other theme block, such as theflex-layout. For example:
"flex-layout.row": {
"children": [
+ "breadcrumbs",
]
}
Customization
To apply CSS customizations in this and other blocks, follow the Using CSS handles for store customization guide.
| CSS Handles |
|---|
breadCrumbsContainer |
breadLinkContainer |
biggerThenContainer |
lastRouteContainer |