# Theme Shadow

Displays the Theme Studio Shadow control.

{% tabs %}
{% tab title="Control Example" %}

```json
{
  "title": "Card Shadow",
  "id": "cardShadow",
  "themeShadow": {
    "default": {
      "name": "sm"
    }
  }
}
```

{% endtab %}

{% tab title="Group Example" %}

```json
{
  "groups": [{
    "title": "Card Styles",
    "properties": [{
      "title": "Card Shadow",
      "id": "cardShadow",
      "themeShadow": {
        "default": {
          "name": "sm"
        }
      }
    }]
  }]
}
```

{% endtab %}
{% endtabs %}
