Files
gh-trabian-fluxwing-skills/skills/fluxwing-component-creator/templates/minimal/card.uxm.template
2025-11-30 09:02:33 +08:00

33 lines
629 B
Plaintext

{
"id": "{{id}}",
"type": "card",
"version": "1.0.0",
"metadata": {
"name": "{{name}}",
"description": "{{description}}",
"created": "{{timestamp}}",
"modified": "{{timestamp}}",
"tags": ["card", "{{screenContext}}"],
"category": "display",
"fidelity": "sketch"
},
"props": {
"title": "{{title}}",
"content": "{{content}}"
},
"behavior": {
"states": [
{"name": "default", "properties": {}}
],
"accessibility": {
"role": "article",
"focusable": false
}
},
"ascii": {
"templateFile": "{{id}}.md",
"width": 50,
"height": 10
}
}