Files
2025-11-30 09:02:33 +08:00

32 lines
597 B
Plaintext

{
"id": "{{id}}",
"type": "button",
"version": "1.0.0",
"metadata": {
"name": "{{name}}",
"description": "{{description}}",
"created": "{{timestamp}}",
"modified": "{{timestamp}}",
"tags": ["button", "{{screenContext}}"],
"category": "form",
"fidelity": "sketch"
},
"props": {
"label": "{{label}}"
},
"behavior": {
"states": [
{"name": "default", "properties": {}}
],
"accessibility": {
"role": "button",
"focusable": true
}
},
"ascii": {
"templateFile": "{{id}}.md",
"width": 20,
"height": 3
}
}