Line Widget
The Line widget draws a single line.

The Line widget can draw a single line with a variety of styles. The line can be rotated and styled with CSS.
Configurable components
| Class Name | Description |
|---|---|
| card | Label widget card component |
| primary | Primary label component |
Widget Properties
| Name | Description |
|---|---|
| value | Widget data value to suply an array or map of values |
Common CSS Properties
| Property | Description |
|---|---|
| border-top-style | Define the line style. Seleect from: none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset |
| border-top-width | Define the width of the line |
| border-top-color | Define the color of the line |
| transform | Line transformation. E.g. rotate(45deg) |
