Letter-spacing Usage
  
  
    <bolt-text> has a few options for the spacing in between letters. It can be adjusted for legibility. The default is regular.
  
  
      
    
            
            
      
      
              
  This text has its letter-spacing prop defined as: narrow
      
      
    
    
       
    
   
  
    <bolt-text letter-spacing="narrow">
  This text has its letter-spacing prop defined as: narrow
</bolt-text>
  
  
      
    
            
            
      
      
              
  This text has its letter-spacing prop defined as: regular
      
      
    
    
       
    
   
  
    <bolt-text letter-spacing="regular">
  This text has its letter-spacing prop defined as: regular
</bolt-text>
  
  
      
    
            
            
      
      
              
  This text has its letter-spacing prop defined as: wide
      
      
    
    
       
    
   
  
    <bolt-text letter-spacing="wide">
  This text has its letter-spacing prop defined as: wide
</bolt-text>