# 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](/img/divider-appcard.png) ## JSON example ```json { "content": { "settings": {}, "body": [ { "type": "divider", "style": { "bold": false, "dotted": false, "color": "#98a0a9" } } ] } } ```