<bolt-grid>
  <bolt-grid-item>
    <!-- Content goes here -->
  </bolt-grid-item>
  <bolt-grid-item>
    <!-- Content goes here -->
  </bolt-grid-item>
</bolt-grid>
| Prop Name | Description | Type | Default Value | Option(s) | 
|---|---|---|---|---|
| 
                  attributes
              
       | 
    
               A Drupal-style attributes object with extra attributes to append to this component.  | 
    
              
                                        object
                        
      
       | — |       
  | 
      
  
| 
                  gutter
              
       | 
    
               Spacing between the columns of the grid.  | 
    
              
                                        string
                        
      
       | 
                  medium
               | 
      
                  
  | 
      
  
| 
                  row_gutter
              
       | 
    
               Spacing between the rows of the grid.  | 
    
              
                                        string
                        
      
       | 
                  medium
               | 
      
                  
  | 
      
  
| 
                  items
              
       | 
    
               Array of grid items to render inside the grid.  | 
    
              
                                        array
                        
      
       | — |       
  | 
      
  
| Prop Name | Description | Type | Default Value | Option(s) | 
|---|---|---|---|---|
| 
                  attributes
              
       | 
    
               A Drupal-style attributes object with extra attributes to append to this component.  | 
    
              
                                        object
                        
      
       | — |       
  | 
      
  
| 
                  valign
              
       | 
    
               Vertical alignment of the grid item itself  | 
    
              
                                        string
                        
      
       | 
                  auto
               | 
      
                  
  | 
      
  
| 
                  column_start
              
       | 
    
               The general column the grid item should start on. For example, a   | 
    
              
                                        string
                        
      
       | — |       
  | 
      
  
| 
                  column_end
              
       | 
    
               The general column the grid item should stop on. For example, a   | 
    
              
                                        string
                        
      
       | — |       
  | 
      
  
| 
                  column_span
              
       | 
    
               The number of columns the   | 
    
              
                                        string
                        
      
       | — |       
  | 
      
  
| 
                  row_start
              
       | 
    
               Specifies a grid item’s start position within the grid row  | 
    
              
                                        string
                        
      
       | 
                  auto
               | 
      
                  
  | 
      
  
| 
                  row_end
              
       | 
    
               Specifies a grid item’s ending position within the grid row  | 
    
              
                                        string
                        
      
       | 
                  auto
               | 
      
                  
  | 
      
  
| 
                  row_span
              
       | 
    
               Specifies the number of rows a   | 
    
              
                                        string
                        
      
       | 
                  auto
               | 
      
                  
  | 
      
  
npm install @bolt/layouts-grid