{% include '@bolt-elements-text-link/text-link.twig' with {
  content: 'This is a text link',
  attributes: {
    href: 'https://google.com'
  }
} only %}
| Prop Name | Description | Type | Default Value | Option(s) | 
|---|---|---|---|---|
| 
                  attributes
              
       | 
    
               A Drupal-style attributes object with extra attributes to append to this component.  | 
    
              
                                        object
                        
      
       | — |       
  | 
      
  
| 
                  content
                  *
              
       | 
    
               Content of the text link.  | 
    
              
                                        any
                        
      
       | — |       
  | 
      
  
| 
                  icon_before
              
       | 
    
               Append an icon before the text. Icon element is recommended. However, <img> elements are also acceptable.  | 
    
              
                                        any
                        
      
       | — |       
  | 
      
  
| 
                  icon_after
              
       | 
    
               Append an icon after the text. Icon element is recommended. However, <img> elements are also acceptable.  | 
    
              
                                        any
                        
      
       | — |       
  | 
      
  
| 
                  reversed_underline
              
       | 
    
               Set the underline style to appear on hover instead of being always visible.  | 
    
              
                                        boolean
                        
      
       | 
                  false
               | 
      
                  
  | 
      
  
| 
                  expand_click_target
              
       | 
    
               Expand the click target to cover up the entire area of its closest container that is not positioned static.  | 
    
              
                                        boolean
                        
      
       | 
                  false
               | 
      
                  
  | 
      
  
npm install @bolt/elements-text-link