In field progress button
In field progress buttons provide interactive controls within form fields for actions like clearing, adding, or disclosing additional content.
| Property | Values | Default value | Required |
|---|---|---|---|
| size | s / m / l / xl | m | |
| state | default / hover / down / keyboard focus | default | |
| style | disclosure / clear / dash / add | ||
| is quiet | yes / no | no |
{
"slug": "in-field-progress-button",
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/component.json",
"$id": "https://opensource.adobe.com/spectrum-design-data/schemas/components/in-field-progress-button.json",
"title": "In field progress button",
"description": "In field progress buttons provide interactive controls within form fields for actions like clearing, adding, or disclosing additional content.",
"meta": {
"category": "actions",
"documentationUrl": "https://spectrum.adobe.com/page/in-field-progress-button/"
},
"type": "object",
"properties": {
"size": {
"type": "string",
"enum": [
"s",
"m",
"l",
"xl"
],
"default": "m"
},
"state": {
"type": "string",
"enum": [
"default",
"hover",
"down",
"keyboard focus"
],
"default": "default"
},
"style": {
"type": "string",
"enum": [
"disclosure",
"clear",
"dash",
"add"
]
},
"isQuiet": {
"type": "boolean",
"default": false
}
}
}