penframe
Version:
A lightweight DSL-based wireframe and UI structure visualization tool.
14 lines • 418 B
JSON
[
{
"type": "config",
"name": "pc",
"width": 800,
"height": 600,
"title": "Button Test"
},
{ "type": "headline", "value": "Actions" },
{ "type": "button", "value": "Default Button" },
{ "type": "button", "value": "Colored Button", "color": "#4CAF50" },
{ "type": "button", "value": "Back", "x": 20, "y": 200 },
{ "type": "button", "value": "Next", "x": 100, "y": 200 }
]