Divider

Small component used to divide content between each other. When no content is passed it is simply represented by a line. When there is content it is placed in the center of the division in a container. DO NOTE that you should not add any large component in these dividers.

Default

This is a divider

    
      

  

<div class="a-divider ">
  
    <div class="a-divider__container">

      This is a divider

    </div>
  
</div>