2.12.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) | 
|---|---|---|---|---|
| 
      
                         | 
    
           A Drupal-style attributes object with extra attributes to append to this component.  | 
    
            object
      
      
     | — |       
  | 
  
| 
      
                         | 
    
           Text to appear in blockquote (Twig only). May be plain text or text wrapped in < p> tags.  | 
    
            string
      
      
     | — |       
  | 
  
| 
      
                         | 
    
           Text size.  | 
    
            string
      
      
     | 
              xlarge
           | 
    
          
  | 
  
| 
      
                         | 
    
           Aligns items left, center, or right.  | 
    
            string
      
      
     | 
              left
           | 
    
          
  | 
  
| 
      
                         | 
    
           Add a border.  | 
    
            string
      
      
     | 
              vertical
           | 
    
          
  | 
  
| 
      
                         | 
    
           Indent text.  | 
    
            boolean
      
      
     | 
              false
           | 
    
          
  | 
  
| 
      
                         | 
    
           Width of the brower window.  | 
    
            boolean
      
      
     | 
              false
           | 
    
          
  | 
  
| 
      
                         | 
    
           Hide quotation marks.  | 
    
            boolean
      
      
     | 
              false
           | 
    
          
  | 
  
| 
      
                         | 
    
           Set language-specific quotation marks. By default, inherits the value of the closest   | 
    
            string
      
      
     | — |       
  | 
  
| 
      
                         | 
    
           Add a logo component.  | 
    
            object
      
      
     | — |       
  | 
  
| 
      
                         | 
    
           Author of the quote.  | 
    
            object
      
      
     | — |       
  |