Divider
When you want to visually separate sections of the page.
Hello, world
Dashed
Dotted
<blaze-divider>Hello, world</blaze-divider>
<blaze-divider type="dashed">Dashed</blaze-divider>
<blaze-divider type="dotted">Dotted</blaze-divider>
Attributes
Name | Description |
---|---|
type: string | changes the dividing line to either dashed or dotted |