{
  "id": "Yaseen549_curly-termite-88",
  "name": "curly-termite-88",
  "category": "buttons",
  "author": "Yaseen549",
  "description": "curly-termite-88 组件 (button)",
  "tags": [
    "button"
  ],
  "original": {
    "html": "<button class=\"button\"> Button\n</button>",
    "css": "/* From Uiverse.io by Yaseen549 - Tags: button */\n.button {\n color: #ecf0f1;\n font-size: 17px;\n background-color: #212121;\n border: 1px solid #ffffff;\n border-radius: 5px;\n padding: 10px;\n box-shadow: 0px 6px 0px #787878;\n transition: all 50ms;\n width: 120px;\n}\n\n.button:active {\n box-shadow: 0px 2px 0px #787878;\n position: relative;\n top: 2px;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Yaseen549_curly-termite-88.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button> Button\n</button>",
    "script": "export default {\n  name: 'GalaxyCurlyTermite88',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Yaseen549 - Tags: button */\n.button {\n color: #ecf0f1;\n font-size: 34rpx;\n background-color: #212121;\n border: 2rpx solid #ffffff;\n border-radius: 10rpx;\n padding: 20rpx;\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 12rpx 0rpx #787878;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n transition: all 50ms;\n width: 240rpx;\n}\n\n.button:active {\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 4rpx 0rpx #787878;\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": "GalaxyCurlyTermite88"
  },
  "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": 391,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.179Z",
  "updated_at": "2025-07-31T07:55:35.179Z"
}