{
  "id": "andrew-demchenk0_happy-dragonfly-63",
  "name": "happy-dragonfly-63",
  "category": "buttons",
  "author": "andrew-demchenk0",
  "description": "happy-dragonfly-63 组件 (button, repeat, animation, interactive)",
  "tags": [
    "button",
    "repeat",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\">\n  <svg class=\"svg-icon\" fill=\"none\" height=\"20\" viewBox=\"0 0 20 20\" width=\"20\" xmlns=\"http://www.w3.org/2000/svg\"><g stroke=\"#ff342b\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"m3.33337 10.8333c0 3.6819 2.98477 6.6667 6.66663 6.6667 3.682 0 6.6667-2.9848 6.6667-6.6667 0-3.68188-2.9847-6.66664-6.6667-6.66664-1.29938 0-2.51191.37174-3.5371 1.01468\"></path><path d=\"m7.69867 1.58163-1.44987 3.28435c-.18587.42104.00478.91303.42582 1.0989l3.28438 1.44986\"></path></g></svg>\n  <span class=\"lable\">Repeat</span>\n</button>",
    "css": "/* From Uiverse.io by andrew-demchenk0 - Tags: button, repeat */\n.button {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  padding: 6px 12px;\n  gap: 8px;\n  height: 34px;\n  width: 112px;\n  border: none;\n  background: #ff362b34;\n  border-radius: 20px;\n  cursor: pointer;\n}\n\n.lable {\n  line-height: 20px;\n  font-size: 17px;\n  color: #FF342B;\n  font-family: sans-serif;\n  letter-spacing: 1px;\n}\n\n.button:hover {\n  background: #ff362b52;\n}\n\n.button:hover .svg-icon {\n  animation: spin 2s linear infinite;\n}\n\n@keyframes spin {\n  0% {\n    transform: rotate(0deg);\n  }\n\n  100% {\n    transform: rotate(-360deg);\n  }\n}",
    "file_path": "/mnt/persist/workspace/Buttons/andrew-demchenk0_happy-dragonfly-63.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>\n  <view class=\"svg-icon\" fill=\"none\" height=\"20\" viewBox=\"0 0 20 20\" width=\"20\" xmlns=\"http://www.w3.org/2000/svg\"><g stroke=\"#ff342b\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"m3.33337 10.8333c0 3.6819 2.98477 6.6667 6.66663 6.6667 3.682 0 6.6667-2.9848 6.6667-6.6667 0-3.68188-2.9847-6.66664-6.6667-6.66664-1.29938 0-2.51191.37174-3.5371 1.01468\"></path><path d=\"m7.69867 1.58163-1.44987 3.28435c-.18587.42104.00478.91303.42582 1.0989l3.28438 1.44986\"></path></g></view>\n  <text class=\"lable\">Repeat</text>\n</button>",
    "script": "export default {\n  name: 'GalaxyHappyDragonfly63',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by andrew-demchenk0 - Tags: button, repeat */\n.button {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  padding: 12rpx 24rpx;\n  gap: 16rpx;\n  height: 68rpx;\n  width: 224rpx;\n  border: none;\n  background: #ff362b34;\n  border-radius: 40rpx;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n}\n\n.lable {\n  line-height: 40rpx;\n  font-size: 34rpx;\n  color: #FF342B;\n  font-family: sans-serif;\n  letter-spacing: 2rpx;\n}\n\n.button:hover {\n  background: #ff362b52;\n}\n\n.button:hover .svg-icon {\n  animation: spin 2s linear infinite;\n}\n\n@keyframes spin {\n  0% {\n    transform: rotate(0deg);\n  }\n\n  100% {\n    transform: rotate(-360deg);\n  }\n}\n",
    "component_name": "GalaxyHappyDragonfly63"
  },
  "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": [
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 1182,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.645Z",
  "updated_at": "2025-07-31T07:55:35.645Z"
}