Divider
Dividers are used to create horizontal line which works as separator.
Examples
Basic
Default line style is solid.
<Divider />
Dashed
<Divider DividerType="DividerType.Dashed" />
Dotted
<Divider DividerType="DividerType.Dotted" />
Text Content
<Divider DividerType="DividerType.TextContent" Text="Hello Blazorise" />
Attributes
| Name | Type | Default | Description | 
|---|---|---|---|
| DividerType | DividerType | Solid | Specifies horizontal line style variants. | 
| Text | string | null | Label that will appear between the solid lines. |