UNPKG

@adobe/spectrum-tokens

Version:
19 lines (18 loc) 683 B
{ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/component.json", "$id": "https://opensource.adobe.com/spectrum-tokens/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 }, {}] }