2.24.1Blockquote 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-blockquote
Block quotes provide testimonials throughout the pega experience.
{% include "@bolt-components-blockquote/blockquote.twig" with {
content: "<p>The greater danger for most of us lies not in ... achieving our mark.</p>"
} 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) |
|---|---|---|---|---|
| attributes | A Drupal-style attributes object with extra attributes to append to this component. |
object
| — |
|
| content * | Text to appear in blockquote (Twig only). May be plain text or text wrapped in < p> tags. |
string
| — |
|
| size | Text size. |
string
|
xlarge
|
|
| weight | Text weight. |
string
|
semibold
|
|
| alignItems | Aligns items left, center, or right. |
string
|
left
|
|
| border | Add a border. |
string
|
vertical
|
|
| indent | Indent text. |
boolean
|
false
|
|
| fullBleed | Width of the brower window. |
boolean
|
false
|
|
| no_quotes | Hide quotation marks. |
boolean
|
false
|
|
| lang | Set language-specific quotation marks. By default, inherits the value of the closest |
string
| — |
|
| logo | Add a logo component. |
object
| — |
|
| author | Author of the quote. |
object
| — |
|