{
  "id": "neerajbaniwal_hungry-mule-59",
  "name": "hungry-mule-59",
  "category": "buttons",
  "author": "neerajbaniwal",
  "description": "hungry-mule-59 组件 (button, transition, text, btn, hover effect, html, css, #button, animation, gradient, interactive)",
  "tags": [
    "button",
    "transition",
    "text",
    "btn",
    "hover effect",
    "html",
    "css",
    "#button",
    "animation",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<a class=\"btn-shine\" href=\"https://check.so\">Get early access</a>",
    "css": "/* From Uiverse.io by neerajbaniwal  - Tags: button, transition, text, btn, hover effect, html, css, #button */\n.btn-shine {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  padding: 12px 48px;\n  color: #fff;\n  background: linear-gradient(to right, #9f9f9f 0, #fff 10%, #868686 20%);\n  background-position: 0;\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  animation: shine 3s infinite linear;\n  animation-fill-mode: forwards;\n  -webkit-text-size-adjust: none;\n  font-weight: 600;\n  font-size: 16px;\n  text-decoration: none;\n  white-space: nowrap;\n  font-family: \"Poppins\", sans-serif;\n}\n@-moz-keyframes shine {\n  0% {\n    background-position: 0;\n  }\n  60% {\n    background-position: 180px;\n  }\n  100% {\n    background-position: 180px;\n  }\n}\n@-webkit-keyframes shine {\n  0% {\n    background-position: 0;\n  }\n  60% {\n    background-position: 180px;\n  }\n  100% {\n    background-position: 180px;\n  }\n}\n@-o-keyframes shine {\n  0% {\n    background-position: 0;\n  }\n  60% {\n    background-position: 180px;\n  }\n  100% {\n    background-position: 180px;\n  }\n}\n@keyframes shine {\n  0% {\n    background-position: 0;\n  }\n  60% {\n    background-position: 180px;\n  }\n  100% {\n    background-position: 180px;\n  }\n}",
    "file_path": "/mnt/persist/workspace/Buttons/neerajbaniwal_hungry-mule-59.html"
  },
  "uniapp": {
    "template": "<navigator class=\"btn-shine\" href=\"https://check.so\">Get early access</navigator>",
    "script": "export default {\n  name: 'GalaxyHungryMule59',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by neerajbaniwal  - Tags: button, transition, text, btn, hover effect, html, css, #button */\n.btn-shine {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  padding: 24rpx 96rpx;\n  color: #fff;\n  background: linear-gradient(to right, #9f9f9f 0, #fff 10%, #868686 20%);\n  background-position: 0;\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  animation: shine 3s infinite linear;\n  animation-fill-mode: forwards;\n  -webkit-text-size-adjust: none;\n  font-weight: 600;\n  font-size: 32rpx;\n  text-decoration: none;\n  white-space: nowrap;\n  font-family: \"Poppins\", sans-serif;\n}\n@-moz-keyframes shine {\n  0% {\n    background-position: 0;\n  }\n  60% {\n    background-position: 360rpx;\n  }\n  100% {\n    background-position: 360rpx;\n  }\n}\n@-webkit-keyframes shine {\n  0% {\n    background-position: 0;\n  }\n  60% {\n    background-position: 360rpx;\n  }\n  100% {\n    background-position: 360rpx;\n  }\n}\n@-o-keyframes shine {\n  0% {\n    background-position: 0;\n  }\n  60% {\n    background-position: 360rpx;\n  }\n  100% {\n    background-position: 360rpx;\n  }\n}\n@keyframes shine {\n  0% {\n    background-position: 0;\n  }\n  60% {\n    background-position: 360rpx;\n  }\n  100% {\n    background-position: 360rpx;\n  }\n}\n\n",
    "component_name": "GalaxyHungryMule59"
  },
  "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": [],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 1338,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.442Z",
  "updated_at": "2025-07-31T07:55:37.442Z"
}