{% include '@bolt-components-blockquote/blockquote.twig' with {
content: 'This is a blockquote component.'
} only %}
Prop Name | Description | Type | Default Value | Option(s) |
---|---|---|---|---|
attributes
|
A Drupal attributes object. Applies extra HTML attributes. |
object
| — |
|
content
|
The main blockquote content. |
any
| — |
|
size
|
Text size. |
string
|
large
|
|
weight
|
Text weight. |
string
|
semibold
|
|
align_items
|
Aligns items left, center, or right. |
string
|
start
|
|
border
|
Add a border. |
string
|
vertical
|
|
indent
|
Indent text. |
boolean
|
false
|
|
no_quotes
|
Hide quotation marks. |
boolean
|
false
|
|
logo
|
Add a logo. |
object
| — |
|
author
|
Author of the quote. |
object
| — |
|
npm install @bolt/components-blockquote