{
  "id": "gharsh11032000_orange-hound-27",
  "name": "orange-hound-27",
  "category": "buttons",
  "author": "gharsh11032000",
  "description": "orange-hound-27 组件 (button, shadow, hover effect, animation, interactive)",
  "tags": [
    "button",
    "shadow",
    "hover effect",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\">\n  Hover me\n</button>",
    "css": "/* From Uiverse.io by gharsh11032000 - Tags: button, shadow, hover effect */\n.button {\n  padding: 15px 20px;\n  font-size: 16px;\n  font-weight: 600;\n  border: 2px solid #414141;\n  color: white;\n  background-color: transparent;\n  cursor: pointer;\n  border-radius: 10px;\n  text-transform: uppercase;\n  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);\n}\n\n.button:hover {\n  border-color: #0974f1;\n  box-shadow: 0 0 20px rgba(9, 117, 241, 0.8);\n}\n\n.button:active {\n  box-shadow: 0 0 10px rgba(9, 117, 241, 0.4);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/gharsh11032000_orange-hound-27.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>\n  Hover me\n</button>",
    "script": "export default {\n  name: 'GalaxyOrangeHound27',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by gharsh11032000 - Tags: button, shadow, hover effect */\n.button {\n  padding: 30rpx 40rpx;\n  font-size: 32rpx;\n  font-weight: 600;\n  border: 4rpx solid #414141;\n  color: white;\n  background-color: transparent;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  border-radius: 20rpx;\n  text-transform: uppercase;\n  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);\n}\n\n.button:hover {\n  border-color: #0974f1;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 0 40rpx rgba(9, 117, 241, 0.8);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n.button:active {\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 0 20rpx rgba(9, 117, 241, 0.4);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n",
    "component_name": "GalaxyOrangeHound27"
  },
  "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 属性",
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性",
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 560,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:36.870Z",
  "updated_at": "2025-07-31T07:55:36.870Z"
}