2.11.0
Breadcrumb Component in Bolt
Stylistic pull quote styles for all types of layout. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.
npm install @bolt/components-breadcrumb
{% include "@bolt-components-breadcrumb/breadcrumb.twig" with {
contentItems: [
include("@bolt-components-link/link.twig", {
text: "Home",
url: "#!"
}),
include("@bolt-components-link/link.twig", {
text: "Landing Page",
url: "#!"
}),
include("@bolt-components-link/link.twig", {
text: "Sub Page",
url: "#!"
}),
"Current Page"
]
} only %}
Note: when assigning component props as HTML attributes on a web component, make sure to use kebab-case
.
Prop Name | Description | Type | Default Value | Option(s) |
---|---|---|---|---|
|
A Drupal-style attributes object with extra attributes to append to this component. |
object
| — |
|
|
Breadcrumb pieces. |
array
| — | |
The above example shows a xsmall band containing the breadcrumbs.
Eyebrow
The above example shows a small band containing the breadcrumbs and large band containing the content. Both have theme set to none.
There is an outer band containing the breadcrumb band and the featured band, background and theme should be set on that outer band.
Digital Transformation
The above example shows a small band containing the breadcrumbs and large band containing the content. Both have theme set to none.
A background image is set on the outer band and the theme is set to dark.
Digital Transformation
The above example shows a xsmall band containing the breadcrumbs and large band containing the content.
No background or theme is set on the outer band in this case because it's not neccessary.