A divider can be used to create a visual separation between elements
divider { }| Property | Type | Required | Description |
|---|---|---|---|
analyticsId | String | No | An optional identifier to be used in analytics tracking. |
control | String | No | Specify a particular control to use to represent the layout. If the control is unknown, it will be ignored. |
margin | Size | No | The vertical margin to apply after this component. Defaults to md. |
| Array<String> | No | An optional list of identifiers used to configure renderers.
|
type | String | Yes | It must be 'divider' |
content
A divider with content-level visual weight for individual items
section
A divider with section-level visual weight for major content divisions
divider {
control = Control.Layout.Divider.SECTION
}