Divider
Displays a separator line much like an HTML <hr> tag.
Last updated
Displays a separator line much like an HTML <hr> tag.
Last updated
Inherits from BoxView
Thickness
string
The vertical thickness of the line. Valid values are:
Thick
- 2 units in height
Thicker
- 4 units in height
Thickest
- 8 units in height
If not specified, the default is 1 unit.
Use the margin helper CSS classes like .my-12
to easily adjust the vertical spacing around your divider.