penframe
Version:
A lightweight DSL-based wireframe and UI structure visualization tool.
31 lines • 508 B
JSON
[
{
"type": "config",
"name": "pc",
"width": 800,
"height": 600,
"title": "Button Features Test"
},
{
"type": "button",
"value": "Auto-placed with margin"
},
{
"type": "button",
"value": "Green and Wide",
"color": "#4CAF50",
"width": 200
},
{
"type": "button",
"value": "戻る",
"x": 20,"y": 200
},
{
"type": "button",
"value": "決定",
"x": 120,
"y": 200,
"color": "#2196F3"
}
]