Theme Border Radius
Displays the Theme Studio Border Radius control.
{
  "title": "Radius",
  "id": "borderRadius",
  "themeBorderRadius": {
    "default": {
      "base": {
        "topRight": "lg",
        "topLeft": "lg",
        "bottomRight": "lg",
        "bottomLeft": "lg"
      }
    }
  }
}{
    "groups": [{
        "title": "Theme Border Radius Example",
        "properties": [{
            "title": "Radius",
            "id": "borderRadius",
            "themeBorderRadius": {
                "default": {
                    "base": {
                        "topRight": "lg",
                        "topLeft": "lg",
                        "bottomRight": "lg",
                        "bottomLeft": "lg"
                    }
                }
            }
        }]
    }]
}Last updated
Was this helpful?

