{
  "id": "felipesntr_dangerous-deer-2",
  "name": "dangerous-deer-2",
  "category": "buttons",
  "author": "felipesntr",
  "description": "dangerous-deer-2 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"full-rounded\">\n<span>Hover me</span>\n<div class=\"border full-rounded\"></div></button>",
    "css": "/* From Uiverse.io by felipesntr - Tags: button */\nbutton {\n font-size: 16px;\n position: relative;\n margin: auto;\n padding: 1em 2.5em 1em 2.5em;\n border: none;\n background: #fff;\n transition: all 0.1s linear;\n box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.1);\n}\n\nbutton:active {\n transform: scale(0.95);\n}\n\nbutton span {\n color: #464646;\n}\n\nbutton .border {\n position: absolute;\n border: 0.15em solid #fff;\n transition: all 0.3s 0.08s linear;\n top: 50%;\n left: 50%;\n width: 9em;\n height: 3em;\n transform: translate(-50%, -50%);\n}\n\nbutton:hover .border {\n display: block;\n width: 9.9em;\n height: 3.7em;\n}\n\n.full-rounded {\n border-radius: 2em;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/felipesntr_dangerous-deer-2.html"
  },
  "uniapp": {
    "template": "<button class=\"full-rounded\"></button>\n<text>Hover me</text>\n<view class=\"border full-rounded\"></view></button>",
    "script": "export default {\n  name: 'GalaxyDangerousDeer2',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by felipesntr - Tags: button */\nbutton {\n font-size: 32rpx;\n position: relative;\n margin: auto;\n padding: 1em 2.5em 1em 2.5em;\n border: none;\n background: #fff;\n transition: all 0.1s linear;\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.1);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton:active {\n transform: scale(0.95);\n}\n\nbutton span {\n color: #464646;\n}\n\nbutton .border {\n position: absolute;\n border: 0.15em solid #fff;\n transition: all 0.3s 0.08s linear;\n top: 50%;\n left: 50%;\n width: 9em;\n height: 3em;\n transform: translate(-50%, -50%);\n}\n\nbutton:hover .border {\n display: block;\n width: 9.9em;\n height: 3.7em;\n}\n\n.full-rounded {\n border-radius: 2em;\n}\n",
    "component_name": "GalaxyDangerousDeer2"
  },
  "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": "medium",
    "bundle_size": 741,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:36.720Z",
  "updated_at": "2025-07-31T07:55:36.720Z"
}