Divider
A line that acts as a separator and sections divider, similar in essence to the <hr> element.
It may be used as an horizontal line or a vertical line.
Technically, Mantine uses an element with no content, but whose border acts as the visible line. The size determines the line's size.
The line's default color is?
The line does not have any margin by default, we use my or mx, or set the spacing at the parent level.
orientation
: set the line orientation, "horizontal" (default), or "vertical".size
: set the line thickness, xs by default, aka 1px.variant
: set a line variant: solid (default), dashed or dotted