Dividers

Code Examples

A Divider logically divides sections of content. Hr HTML elements will have style by default so no additional CSS class is needed.

Basic Divider

<span class="sprk-c-Divider">
</span>
          
<sprk-divider></sprk-divider>

Information

See below for available customization options:

Input Type Description
additionalClasses string Allows a string of classes to add, in addition to the spark classes. Intended for overrides.