Spectrum Components API

Schema version: 6.0.0

In field progress circle

In field progress circles indicate progress for loading states within form fields and input areas.

PropertyValuesDefault valueRequired
size
s / m / l / xl
m
static color
white / black
{
  "slug": "in-field-progress-circle",
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/component.json",
  "$id": "https://opensource.adobe.com/spectrum-design-data/schemas/components/in-field-progress-circle.json",
  "title": "In field progress circle",
  "description": "In field progress circles indicate progress for loading states within form fields and input areas.",
  "meta": {
    "category": "feedback",
    "documentationUrl": "https://spectrum.adobe.com/page/in-field-progress-circle/"
  },
  "type": "object",
  "properties": {
    "size": {
      "type": "string",
      "enum": [
        "s",
        "m",
        "l",
        "xl"
      ],
      "default": "m"
    },
    "staticColor": {
      "type": "string",
      "enum": [
        "white",
        "black"
      ]
    }
  }
}
← Back to home