Blockquote
Getting Started
Stylistic pull quote styles for all types of layout. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.
Install via NPM
npm install @bolt/components-blockquote
Description
Block quotes provide testimonials throughout the pega experience.
Content that can be contained in a blockquote
- Logo or image (optional)
- Quote
- Attributor image (optional)
- Attributor name (optional)
- Attributor title (optional)
- Attributor company (optional)
Additional info
- Can be full width or confined with the grid
- Can be left, center, or right aligned
- can have top+bottom horizontal lines, a left or right vertical line, or no lines
- Text is open sans
- Quote marks are NOT inch marks
- Quote marks are system font Georgia
- Text color changes based on the theme colors
Usage
{% include "@bolt-components-blockquote/blockquote.twig" with {
content: "The greater danger for most of us lies not in ... achieving our mark.
"
} only %}
Schema
Name | Type | Value(s) | Description | Default |
---|---|---|---|---|
attributes | object
| |
A Drupal-style attributes object with extra attributes to append to this component. |
N/A |
content* | string
| |
Text to appear in blockquote. |
N/A |
size | string
|
|
Text size. |
xlarge
|
alignItems | string
|
|
Aligns items left, center, or right. |
left
|
border | string
|
|
Add a border. |
vertical
|
indent | boolean
| |
Indent text. |
false
|
fullBleed | boolean
| |
Width of the brower window. |
false
|
logo | object
|
|
Add a logo component. |
N/A |
author | object
|
|
Author of the quote. |
N/A |