Action bar
Action bars are used for single and bulk selection patterns, when a user needs to perform actions on either a single or multiple items at the same time.
| Property | Values | Default value | Required |
|---|---|---|---|
| is emphasized | yes / no | no |
{
"slug": "action-bar",
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/component.json",
"$id": "https://opensource.adobe.com/spectrum-design-data/schemas/components/action-bar.json",
"title": "Action bar",
"description": "Action bars are used for single and bulk selection patterns, when a user needs to perform actions on either a single or multiple items at the same time.",
"meta": {
"category": "actions",
"documentationUrl": "https://spectrum.adobe.com/page/action-bar/"
},
"type": "object",
"properties": {
"isEmphasized": {
"type": "boolean",
"default": false
}
},
"examples": [
{
"isEmphasized": true
},
{
"isEmphasized": false
},
{}
]
}