{
    "symbol": "md-page",
    "name": "fox-page",
    "version": "0.1.1",
    "icon": "default",
    "repoAddr": "",
    "depDescription": {},
    "description": "布局组件，用于页面构造,能够根据 设备的宽高自动设置width和height <br />通过fox-page、fox-header-bar、fox-content、fox-group和fox-footer-bar构造一个页面结构，其中fox-page和fox-content是否必须的，fox-group根据内容需要构建，而fox-header-bar和fox-footer-bar根据需要采用。",
    "labels": [
        "Layout"
    ],
    "screenShot": "",
    "blocks": "[{\"title\":\"基本用法\",\"description\":\"\",\"code\":\"<template>\\n<md-page disabled=\\\"true\\\" readonly=\\\"true\\\"></md-page>\\n</template>\\n\"}]",
    "jsonSchema": {
        "name": "md-page",
        "title": "fox-page",
        "description": "布局组件，用于页面构造,能够根据 设备的宽高自动设置width和height <br />通过fox-page、fox-header-bar、fox-content、fox-group和fox-footer-bar构造一个页面结构，其中fox-page和fox-content是否必须的，fox-group根据内容需要构建，而fox-header-bar和fox-footer-bar根据需要采用。",
        "category": "Layout",
        "screenShot": "",
        "drawings": "",
        "blocks": [
            {
                "title": "基本用法",
                "description": "",
                "code": "<template>\n<md-page disabled=\"true\" readonly=\"true\"></md-page>\n</template>\n"
            }
        ],
        "attrs": [
            {
                "name": "disabled",
                "type": "Boolean",
                "default": false,
                "description": "是否禁用(全局)"
            },
            {
                "name": "readonly",
                "type": "Boolean",
                "default": false,
                "description": "是否禁用(全局)"
            }
        ],
        "slots": [
            {
                "name": "default",
                "description": "插入文本或 HTML。"
            }
        ],
        "children": []
    }
}