Sha256: 86fe710e9be9ca88fd98d350f2078a952f623925c2b6ed9f5b1de56d4932e28c

Contents?: true

Size: 388 Bytes

Versions: 4

Compression:

Stored size: 388 Bytes

Contents

{
  "type": "scaffold",
  "args": {
    "appBar": {
      "type": "app_bar",
      "args": {
        "title": {
          "type": "text",
          "args": {
            "text": "Simple Page"
          }
        }
      }
    },
    "body": {
      "type": "center",
      "child": {
        "type": "text",
        "args": {
          "text": "Hello World!"
        }
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
json_flit-0.0.6 demo/app/assets/pages/simple_page.json
json_flit-0.0.5 demo/app/assets/pages/simple_page.json
json_flit-0.0.4 demo/app/assets/pages/simple_page.json
json_flit-0.0.3 demo/app/assets/pages/simple_page.json