Divider component to separate content vertically or horizontally.
Examples
<.divider />
<.divider>OR</.divider>
<.divider direction="horizontal">OR</.divider>
<.divider color="primary" placement="start">Section</.divider>
Summary
Functions
Attributes
color(:string) - Line color. nil renders a subtle gray line. Defaults tonil.direction(:string) - vertical = horizontal line (stacked content), horizontal = vertical line (side-by-side content). Defaults to"vertical".placement(:string) - Placement of the label text: start, center (default), or end. Defaults to"center".class(:string) - Defaults tonil.- Global attributes are accepted.
Slots
inner_block- Optional label text rendered between the two lines.