2.19.0
Teaser Component
Teaser block. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.
npm install @bolt/components-teaser
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) |
---|---|---|---|---|
eyebrow |
Eyebrow text component |
object
|
— |
|
headlines |
An array of headline component objects |
array
|
— |
|
logo |
Bolt logo component |
object
|
— |
|
content |
Body text of teaser |
string
|
— |
|
contentItems |
Array of content item objects |
array
|
— |
|
buttons |
An array of button component objects |
array
|
— |
|