penframe
Version:
A lightweight DSL-based wireframe and UI structure visualization tool.
40 lines • 621 B
JSON
[
{
"type": "config",
"name": "pc",
"width": 800,
"height": 600,
"title": "List Test"
},
{
"type": "headline",
"value": "Vertical List",
"level": 2
},
{
"type": "list",
"items": [
"First item",
"Second item",
"Third item"
]
},
{
"type": "headline",
"value": "Horizontal List",
"level": 2,
"y": 200
},
{
"type": "list",
"items": [
"Apple",
"Banana",
"Cherry"
],
"direction": "row",
"y": 240,
"listColor": "#e91e63",
"color": "#3f51b5"
}
]