Divider

Ready Added in 2.0.0

Create dividers to separate content and apply different styles to them.

Usage

You can use a simple <hr> element to illustrate a separation of different content parts on your pages. The Divider component allows you to add different styles to these dividers.


Divider icon

Add the .gls-divider-icon class to a <hr> or <div> element to create a divider with some decoration, like an icon.


  • <hr class="gls-divider-icon">
    

Divider small

Add the .gls-divider-small class to a <hr> or <div> element to create a smaller divider.


  • <hr class="gls-divider-small">
    

Divider vertical

Add the .gls-divider-vertical class to a <hr> or <div> element to create a vertical divider.


  • <hr class="gls-divider-vertical">