Spacer
A link button has the following properties:
spacerSize
: the amount of space the component should take up. One ofXS
,S
,M
,L
,XL
.
For example:
[
{
"componentText": {
"text": "Content before an XS spacer"
}
},
{
"componentSpacer": {
"spacerSize": "XS"
}
},
{
"componentText": {
"text": "Content before an S spacer"
}
}
]