A spacer component is used to create empty space between other messenger card components.
{
"type": "spacer",
"size": "xl"
}| Parameter | Possible Values | Required | Function |
|---|---|---|---|
| id | Any string | No | Unique identifier for the component within this card. |
| size | xs s (default) m l xl | No | Represents the amount of space between components. |

