UNPKG

penframe

Version:

A lightweight DSL-based wireframe and UI structure visualization tool.

34 lines 683 B
[ { "type": "config", "name": "pc", "width": 800, "height": 600, "title": "Form Control Test - Left Labels" }, { "type": "formcontrol", "label": "Full Name", "control": "textbox", "position": "left" }, { "type": "formcontrol", "label": "Your Favorite Country", "control": "select", "position": "left" }, { "type": "formcontrol", "label": "Appointment Date", "control": "calendar", "position": "left" }, { "type": "formcontrol", "label": "Gender (Top Label)", "control": "radio", "direction": "row", "items": [ "Male", "Female", "Other" ] } ]