UNPKG

@adobe/spectrum-tokens

Version:
40 lines (39 loc) 1.01 kB
{ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/component.json", "$id": "https://opensource.adobe.com/spectrum-tokens/schemas/components/field-label.json", "title": "Field label", "description": "Field labels give context to the information that a user needs to input. They're commonly used in forms.", "meta": { "category": "inputs", "documentationUrl": "https://spectrum.adobe.com/page/field-label/" }, "type": "object", "properties": { "label": { "type": "string" }, "labelPosition": { "type": "string", "enum": ["top", "side"], "default": "top" }, "size": { "type": "string", "enum": ["s", "m", "l", "xl"], "default": "m" }, "necessityIndicator": { "type": "string", "enum": ["text", "icon"], "default": "icon" }, "isRequired": { "type": "boolean", "default": false }, "isDisabled": { "type": "boolean", "default": false } } }