Skip to content

Horizontal Rule

Add a horizontal line to split up elements. Like how you would use --- within markdown. Can check out Bootstrap's docs for an example.

Updates

color BSColor (nil)
If you want a particular color for the horizontal rule.
margin BSMargin (nil)
Add a margin (space above, and below) the line.

Examples

{ }

{
  color = "danger",
  margin = 5,
}

{
  color = "primary",
  margin = 1, 
}

See Also