Divider
Last updated
Last updated
⚙️ Powered by Rock RMS
This control provides a separator line much like an HTML <hr>
tag.
Property
Type
Description
Thickness
string
The thickness of the line. Valid values are:
Thick
- 2 pixels in height
Thicker
- 4 pixels in height
Thickest
- 8 pixels in height
If not specified, the default is 1 pixel.
Tip: Use this with the margin helper CSS classes .my-12
to easily adjust the spacing around your divider.