Spacer
Spacer is a component for adding empty block.
{
"id": "xs-spacer",
"type": "spacer",
"size": "xs"
}
Property | Type | Example | Description | Required |
---|---|---|---|---|
id | string | xs-spacer | ID of component. ID should be unique in snippet. | true |
type | string | spacer | Type of component. use spacer | true |
size | string | xs | Size of empty space. "xs", "s", "m", "l" allowed. Default is "xs" | false |
Updated 12 months ago