{
  "id": "andrew-demchenk0_giant-termite-81",
  "name": "giant-termite-81",
  "category": "buttons",
  "author": "andrew-demchenk0",
  "description": "giant-termite-81 组件 (animation, calendar, button, creditcard, add, add to callendar, interactive)",
  "tags": [
    "animation",
    "calendar",
    "button",
    "creditcard",
    "add",
    "add to callendar",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\">\n  <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" viewBox=\"0 0 24 24\" height=\"24\" fill=\"none\" class=\"svg-icon\"><g stroke-width=\"2\" stroke-linecap=\"round\" stroke=\"#fff\"><rect y=\"5\" x=\"4\" width=\"16\" rx=\"2\" height=\"16\"></rect><path d=\"m8 3v4\"></path><path d=\"m16 3v4\"></path><path d=\"m4 11h16\"></path></g></svg>\n  <span class=\"lable\">Add to Calendar</span>\n</button>",
    "css": "/* From Uiverse.io by andrew-demchenk0 - Tags: animation, calendar, button, creditcard, add, add to callendar */\n.button {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  padding: 9px 12px;\n  gap: 8px;\n  height: 40px;\n  width: 201px;\n  border: none;\n  background: #FF342B;\n  border-radius: 20px;\n  cursor: pointer;\n}\n\n.lable {\n  line-height: 22px;\n  font-size: 17px;\n  color: #fff;\n  font-family: sans-serif;\n  letter-spacing: 1px;\n}\n\n.button:hover {\n  background: #e52e26;\n}\n\n.button:hover .svg-icon {\n  animation: slope 1s linear infinite;\n}\n\n@keyframes slope {\n  0% {\n  }\n\n  50% {\n    transform: rotate(10deg);\n  }\n\n  100% {\n  }\n}",
    "file_path": "/mnt/persist/workspace/Buttons/andrew-demchenk0_giant-termite-81.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>\n  <view xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" viewBox=\"0 0 24 24\" height=\"24\" fill=\"none\" class=\"svg-icon\"><g stroke-width=\"2\" stroke-linecap=\"round\" stroke=\"#fff\"><rect y=\"5\" x=\"4\" width=\"16\" rx=\"2\" height=\"16\"></rect><path d=\"m8 3v4\"></path><path d=\"m16 3v4\"></path><path d=\"m4 11h16\"></path></g></view>\n  <text class=\"lable\">Add to Calendar</text>\n</button>",
    "script": "export default {\n  name: 'GalaxyGiantTermite81',\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: animation, calendar, button, creditcard, add, add to callendar */\n.button {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  padding: 18rpx 24rpx;\n  gap: 16rpx;\n  height: 80rpx;\n  width: 402rpx;\n  border: none;\n  background: #FF342B;\n  border-radius: 40rpx;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n}\n\n.lable {\n  line-height: 44rpx;\n  font-size: 34rpx;\n  color: #fff;\n  font-family: sans-serif;\n  letter-spacing: 2rpx;\n}\n\n.button:hover {\n  background: #e52e26;\n}\n\n.button:hover .svg-icon {\n  animation: slope 1s linear infinite;\n}\n\n@keyframes slope {\n  0% {\n  }\n\n  50% {\n    transform: rotate(10deg);\n  }\n\n  100% {\n  }\n}\n",
    "component_name": "GalaxyGiantTermite81"
  },
  "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": 1048,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.642Z",
  "updated_at": "2025-07-31T07:55:35.642Z"
}