Empty spacing element. Size controlled via layout.size.
{
"type": "column",
"data": {
"children": [
{
"type": "text",
"data": {
"value": "Above spacer",
"ui": {
"style": {
"typography": {
"style": "body2Regular"
}
}
}
}
},
{
"type": "spacer",
"data": {
"ui": {
"layout": {
"size": {
"height": 16
}
}
}
}
},
{
"type": "text",
"data": {
"value": "Below spacer",
"ui": {
"style": {
"typography": {
"style": "body2Regular"
}
}
}
}
}
],
"ui": {
"style": {
"background": {
"palette": "neutral",
"shade": 50
},
"cornerRadius": 8
},
"layout": {
"padding": {
"all": 12
}
}
}
}
}{
"type": "spacer",
"data": {}
}{
"type": "spacer",
"data": {
"ui": {
"style": {
"background": {
"palette": "neutral",
"shade": 100
}
},
"layout": {
"size": {
"width": "fill",
"height": 8
}
}
}
}
}{
"type": "spacer",
"data": {
"ui": {
"style": {
"background": {
"palette": "primary",
"shade": 50
},
"cornerRadius": 4
},
"layout": {
"size": {
"width": 24,
"height": 24
}
}
}
}
}