{
  "id": "isfandiyor132_witty-falcon-39",
  "name": "witty-falcon-39",
  "category": "buttons",
  "author": "isfandiyor132",
  "description": "witty-falcon-39 组件 (button, hover, square, neon, futuristic, animation, gradient, interactive)",
  "tags": [
    "button",
    "hover",
    "square",
    "neon",
    "futuristic",
    "animation",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"btn\"><span>Hover Me</span></button>",
    "css": "/* From Uiverse.io by isfandiyor132 - Tags: button, hover, square, neon, futuristic */\n.btn {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  color: #ffffff;\n  outline: none;\n  height: 50px;\n  width: 150px;\n  border: none;\n  text-decoration: none;\n  background-image: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);\n}\n\n.btn:hover {\n  animation: rotate 0.4s linear infinite;\n}\n\n@keyframes rotate {\n  100% {\n    filter: hue-rotate(-360deg)\n  }\n}\n\n.btn span {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  height: 42px;\n  width: 142px;\n  background: #222222;\n  font-size: 18px;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/isfandiyor132_witty-falcon-39.html"
  },
  "uniapp": {
    "template": "<button class=\"btn\"></button><text>Hover Me</text></button>",
    "script": "export default {\n  name: 'GalaxyWittyFalcon39',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by isfandiyor132 - Tags: button, hover, square, neon, futuristic */\n.btn {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  color: #ffffff;\n  outline: none;\n  height: 100rpx;\n  width: 300rpx;\n  border: none;\n  text-decoration: none;\n  background-image: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);\n}\n\n.btn:hover {\n  animation: rotate 0.4s linear infinite;\n}\n\n@keyframes rotate {\n  100% {\n    \n  justify-content: center;\n  align-items: center;\n  height: 84rpx;\n  width: 284rpx;\n  background: #222222;\n  font-size: 36rpx;\n}\n",
    "component_name": "GalaxyWittyFalcon39"
  },
  "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": [
        "不支持 filter 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 filter 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 691,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:36.995Z",
  "updated_at": "2025-07-31T07:55:36.995Z"
}