Divider

Use to divide content when other visual cues are not used to do so.

Description

Adds an hr tag that is a 1px high light-grey line. Can be used in conjunction with vertical spacing classes for extra effect.

Activate Sass component

In order to have the styling of this component available, you need to include it in your project. After including the Radius library in your main ./index.scss file, add this snippet:

@include radius-component-divider;

Usage

Usage example


Code example

<hr class="divider">