{
  "id": "iZOXVL_wise-goat-75",
  "name": "wise-goat-75",
  "category": "buttons",
  "author": "iZOXVL",
  "description": "wise-goat-75 组件 (simple, material design, animation, minimalist, black, button, gradient, interactive)",
  "tags": [
    "simple",
    "material design",
    "animation",
    "minimalist",
    "black",
    "button",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"boton-elegante\">Explorar</button>",
    "css": "/* From Uiverse.io by iZOXVL  - Tags: simple, material design, animation, minimalist, black, button */\n.boton-elegante {\n  padding: 15px 30px;\n  border: 2px solid #2c2c2c;\n  background-color: #1a1a1a;\n  color: #ffffff;\n  font-size: 1.2rem;\n  cursor: pointer;\n  border-radius: 30px;\n  transition: all 0.4s ease;\n  outline: none;\n  position: relative;\n  overflow: hidden;\n  font-weight: bold;\n}\n\n.boton-elegante::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: radial-gradient(\n    circle,\n    rgba(255, 255, 255, 0.25) 0%,\n    rgba(255, 255, 255, 0) 70%\n  );\n  transform: scale(0);\n  transition: transform 0.5s ease;\n}\n\n.boton-elegante:hover::after {\n  transform: scale(4);\n}\n\n.boton-elegante:hover {\n  border-color: #666666;\n  background: #292929;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/iZOXVL_wise-goat-75.html"
  },
  "uniapp": {
    "template": "<button class=\"boton-elegante\"></button>Explorar</button>",
    "script": "export default {\n  name: 'GalaxyWiseGoat75',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by iZOXVL  - Tags: simple, material design, animation, minimalist, black, button */\n.boton-elegante {\n  padding: 30rpx 60rpx;\n  border: 4rpx solid #2c2c2c;\n  background-color: #1a1a1a;\n  color: #ffffff;\n  font-size: 1.2rem;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  border-radius: 60rpx;\n  transition: all 0.4s ease;\n  outline: none;\n  position: relative;\n  overflow: hidden;\n  font-weight: bold;\n}\n\n.boton-elegante::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: radial-gradient(\n    circle,\n    rgba(255, 255, 255, 0.25) 0%,\n    rgba(255, 255, 255, 0) 70%\n  );\n  transform: scale(0);\n  transition: transform 0.5s ease;\n}\n\n.boton-elegante:hover::after {\n  transform: scale(4);\n}\n\n.boton-elegante:hover {\n  border-color: #666666;\n  background: #292929;\n}\n\n",
    "component_name": "GalaxyWiseGoat75"
  },
  "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": 870,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:36.963Z",
  "updated_at": "2025-07-31T07:55:36.963Z"
}