In field progress circle
In field progress circles indicate progress for loading states within form fields and input areas.
| Property | Values | Default value | Required |
|---|---|---|---|
| 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"
]
}
}
}