UNPKG

@adobe/spectrum-tokens

Version:
32 lines (31 loc) 890 B
{ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/component.json", "$id": "https://opensource.adobe.com/spectrum-tokens/schemas/components/rating.json", "title": "Rating", "description": "The rating component lets users apply a rating to an item or experience, such as an image, a forum post, an item for sale in a marketplace, and more.", "meta": { "category": "inputs", "documentationUrl": "https://spectrum.adobe.com/page/rating/" }, "type": "object", "properties": { "value": { "type": "integer", "minimum": 0, "maximum": 5 }, "isEmphasized": { "type": "boolean", "default": false }, "isDisabled": { "type": "boolean", "default": false }, "state": { "type": "string", "enum": ["default", "hover", "down", "keyboard focus"], "default": "default" } } }