Divider

A divider visually separates content into distinct sections. The divider helps improve layout clarity and organization. This component creates a clear distinction between different sections within the card.

Example

Example

JSON example

{
    "content": {
        "settings": {},
        "body": [
            {
                "type": "divider",
                "style": {
                    "bold": false,
                    "dotted": false,
                    "color": "#98a0a9"
                }
            }
        ]
    }
}