{
  "id": "JasonMep_modern-dragon-25",
  "name": "modern-dragon-25",
  "category": "buttons",
  "author": "JasonMep",
  "description": "modern-dragon-25 组件 (button)",
  "tags": [
    "button"
  ],
  "original": {
    "html": "<button class=\"button\">Click Here</button>",
    "css": "/* From Uiverse.io by JasonMep - Tags: button */\n.button {\n color: #ecf0f1;\n font-size: 17px;\n background-color: #e67e22;\n border: 1px solid #f39c12;\n border-radius: 5px;\n padding: 10px;\n box-shadow: 0px 6px 0px #d35400;\n transition: all .1s;\n}\n\n.button:active {\n box-shadow: 0px 2px 0px #d35400;\n position: relative;\n top: 2px;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/JasonMep_modern-dragon-25.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>Click Here</button>",
    "script": "export default {\n  name: 'GalaxyModernDragon25',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by JasonMep - Tags: button */\n.button {\n color: #ecf0f1;\n font-size: 34rpx;\n background-color: #e67e22;\n border: 2rpx solid #f39c12;\n border-radius: 10rpx;\n padding: 20rpx;\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 12rpx 0rpx #d35400;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n transition: all .1s;\n}\n\n.button:active {\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 4rpx 0rpx #d35400;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n position: relative;\n top: 4rpx;\n}\n",
    "component_name": "GalaxyModernDragon25"
  },
  "platforms": {
    "h5": true,
    "mp-weixin": true,
    "mp-alipay": true,
    "mp-baidu": true,
    "mp-toutiao": true,
    "app-plus": true
  },
  "props": [
    {
      "name": "disabled",
      "type": "Boolean",
      "default": false,
      "required": false,
      "description": "是否禁用"
    },
    {
      "name": "text",
      "type": "String",
      "default": "按钮",
      "required": false,
      "description": "按钮文字"
    },
    {
      "name": "type",
      "type": "String",
      "default": "primary",
      "required": false,
      "description": "按钮类型"
    }
  ],
  "events": [
    {
      "name": "click",
      "description": "点击事件",
      "parameters": [
        "event"
      ]
    }
  ],
  "slots": [
    {
      "name": "",
      "description": "",
      "props": []
    }
  ],
  "compatibility": {
    "h5": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "mp-weixin": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "low",
    "bundle_size": 376,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:33.394Z",
  "updated_at": "2025-07-31T07:55:33.394Z"
}