UNPKG

penframe

Version:

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

45 lines 823 B
[ { "type": "config", "name": "app", "platform": "pc", "width": 800, "height": 600, "scale": 1, "title": "Tabs Test" }, { "type": "headline", "value": "タブ機能のテスト", "level": 1 }, { "type": "paragraph", "value": "基本的なタブ:" }, { "type": "tabs", "items": ["ホーム", "プロフィール", "設定"] }, { "type": "paragraph", "value": "アクティブタブを指定:" }, { "type": "tabs", "items": ["Tab1", "Tab2", "Tab3", "Tab4"], "active": 2 }, { "type": "paragraph", "value": "カスタム位置とサイズ:" }, { "type": "tabs", "items": ["概要", "詳細"], "x": 100, "y": 350, "width": 500, "active": 1 } ]