Initial commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"id": "{{id}}",
|
||||
"type": "container",
|
||||
"version": "1.0.0",
|
||||
"metadata": {
|
||||
"name": "{{name}}",
|
||||
"description": "{{description}}",
|
||||
"created": "{{timestamp}}",
|
||||
"modified": "{{timestamp}}",
|
||||
"tags": ["container", "{{screenContext}}"],
|
||||
"category": "layout",
|
||||
"fidelity": "sketch"
|
||||
},
|
||||
"props": {
|
||||
"children": []
|
||||
},
|
||||
"behavior": {
|
||||
"states": [
|
||||
{"name": "default", "properties": {}}
|
||||
],
|
||||
"accessibility": {
|
||||
"role": "region",
|
||||
"focusable": false
|
||||
}
|
||||
},
|
||||
"ascii": {
|
||||
"templateFile": "{{id}}.md",
|
||||
"width": 80,
|
||||
"height": 30
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user