Spacer

Example spacer

A link button has the following properties:

  • spacerSize: the amount of space the component should take up. One of XS, S, M, L, XL.

For example:

[
  {
    "componentText": {
      "text": "Content before an XS spacer"
    }
  },
  {
    "componentSpacer": {
      "spacerSize": "XS"
    }
  },
  {
    "componentText": {
      "text": "Content before an S spacer"
    }
  }
]