{
  "id": "Sergestra_angry-dragonfly-60",
  "name": "angry-dragonfly-60",
  "category": "buttons",
  "author": "Sergestra",
  "description": "angry-dragonfly-60 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button>\n  <div>\n    <span>\n      <p>Hover Me</p><p>:)</p>\n    </span>\n  </div>\n  <div>\n    <span>\n      <p>Thanks</p><p>:D</p>\n    </span>\n  </div>\n</button>",
    "css": "/* From Uiverse.io by Sergestra - Tags: button */\nbutton {\n outline: 0;\n border: 0;\n display: flex;\n flex-direction: column;\n width: 100%;\n max-width: 140px;\n height: 50px;\n border-radius: 0.5em;\n box-shadow: 0 0.625em 1em 0 rgba(30, 143, 255, 0.35);\n overflow: hidden;\n}\n\nbutton div {\n transform: translateY(0px);\n width: 100%;\n}\n\nbutton,\nbutton div {\n transition: 0.6s cubic-bezier(.16,1,.3,1);\n}\n\nbutton div span {\n display: flex;\n align-items: center;\n justify-content: space-between;\n height: 50px;\n padding: 0.75em 1.125em;\n}\n\nbutton div:nth-child(1) {\n background-color: #1e90ff;\n}\n\nbutton div:nth-child(2) {\n background-color: #21dc62;\n}\n\nbutton:hover {\n box-shadow: 0 0.625em 1em 0 rgba(33, 220, 98, 0.35);\n}\n\nbutton:hover div {\n transform: translateY(-50px);\n}\n\nbutton p {\n font-size: 17px;\n font-weight: bold;\n color: #ffffff;\n}\n\nbutton:active {\n transform: scale(0.95);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Sergestra_angry-dragonfly-60.html"
  },
  "uniapp": {
    "template": "<button></button>\n  <view></view>\n    <text></text>\n      <text>Hover Me</text><text>:)</text>\n    </span>\n  </div>\n  <view></view>\n    <text></text>\n      <text>Thanks</text><text>:D</text>\n    </span>\n  </div>\n</button>",
    "script": "export default {\n  name: 'GalaxyAngryDragonfly60',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Sergestra - Tags: button */\nbutton {\n outline: 0;\n border: 0;\n display: flex;\n flex-direction: column;\n width: 100%;\n max-width: 280rpx;\n height: 100rpx;\n border-radius: 0.5em;\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 0.625em 1em 0 rgba(30, 143, 255, 0.35);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n overflow: hidden;\n}\n\nbutton div {\n transform: translateY(0rpx);\n width: 100%;\n}\n\nbutton,\nbutton div {\n transition: 0.6s cubic-bezier(.16,1,.3,1);\n}\n\nbutton div span {\n display: flex;\n align-items: center;\n justify-content: space-between;\n height: 100rpx;\n padding: 0.75em 1.125em;\n}\n\nbutton div:nth-child(1) {\n background-color: #1e90ff;\n}\n\nbutton div:nth-child(2) {\n background-color: #21dc62;\n}\n\nbutton:hover {\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 0.625em 1em 0 rgba(33, 220, 98, 0.35);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton:hover div {\n transform: translateY(-100rpx);\n}\n\nbutton p {\n font-size: 34rpx;\n font-weight: bold;\n color: #ffffff;\n}\n\nbutton:active {\n transform: scale(0.95);\n}\n",
    "component_name": "GalaxyAngryDragonfly60"
  },
  "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": 1045,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:34.606Z",
  "updated_at": "2025-07-31T07:55:34.606Z"
}