Divider
BsDivider is small and lightweight component which is primarily used to separate content within lists or layouts.
Usage Examples
The following is an example that demonstrate how to use the <bs-divider>
.
List Item 1
List Item 2
List Item 3
Setting
Help
Exit
CSS Variables
Added since v2.0.0scss
--md-divider-height: 1px;
--md-divider-margin-y: 0;
--md-divider-color: rgba($black, 0.25);