LinkButton

LinkButton

Useful when you want to link somewhere external (e.g. your own admin tool or payment provider)

Example link button

A link button has the following properties:

  • linkButtonLabel: the text of the button
  • linkButtonUrl: the URL the button should open in a new tab

For example:

{
  "componentLinkButton": {
    "linkButtonLabel": "Open in Admin Portal",
    "linkButtonUrl": "https://example.com"
  }
}