Divider
A component that displays a separating line.
Preview

Code Example
API
DividerVM Props
A model that defines the appearance properties for a divider component.
Name | Type | Default | Description |
---|---|---|---|
color | ComponentColor? | nil | The color of the divider. |
orientation | Orientation | horizontal | The orientation of the divider (horizontal or vertical). |
size | ComponentSize | medium | The predefined size of the divider, which affects its thickness. |
SUDivider
public init(model: DividerVM = .init())
UKDivider
Initializers
public init(model: DividerVM = .init())
Public Properties
Name | Type | Description |
---|---|---|
model | DividerVM | A model that defines the appearance properties. |