{
  "id": "Web-Potato_silent-ape-24",
  "name": "silent-ape-24",
  "category": "buttons",
  "author": "Web-Potato",
  "description": "silent-ape-24 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button>\n    <span>\n        Hover Me\n    </span>\n</button>",
    "css": "/* From Uiverse.io by Web-Potato - Tags: button */\nbutton {\n  padding: 0.1em 0.25em;\n  width: 13em;\n  height: 4.2em;\n  background-color: #212121;\n  border: 0.08em solid #fff;\n  border-radius: 0.3em;\n  font-size: 12px;\n}\n\nbutton span {\n  position: relative;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  bottom: 0.4em;\n  width: 8.25em;\n  height: 2.5em;\n  background-color: #212121;\n  border-radius: 0.2em;\n  font-size: 1.5em;\n  color: #fff;\n  border: 0.08em solid #fff;\n  box-shadow: 0 0.4em 0.1em 0.019em #fff;\n}\n\nbutton span:hover {\n  transition: all 0.5s;\n  transform: translate(0, 0.4em);\n  box-shadow: 0 0 0 0 #fff;\n}\n\nbutton span:not(hover) {\n  transition: all 1s;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Web-Potato_silent-ape-24.html"
  },
  "uniapp": {
    "template": "<button></button>\n    <text></text>\n        Hover Me\n    </span>\n</button>",
    "script": "export default {\n  name: 'GalaxySilentApe24',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Web-Potato - Tags: button */\nbutton {\n  padding: 0.1em 0.25em;\n  width: 13em;\n  height: 4.2em;\n  background-color: #212121;\n  border: 0.08em solid #fff;\n  border-radius: 0.3em;\n  font-size: 24rpx;\n}\n\nbutton span {\n  position: relative;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  bottom: 0.4em;\n  width: 8.25em;\n  height: 2.5em;\n  background-color: #212121;\n  border-radius: 0.2em;\n  font-size: 1.5em;\n  color: #fff;\n  border: 0.08em solid #fff;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 0.4em 0.1em 0.019em #fff;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton span:hover {\n  transition: all 0.5s;\n  transform: translate(0, 0.4em);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 0 0 0 #fff;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton span:not(hover) {\n  transition: all 1s;\n}\n\n\n",
    "component_name": "GalaxySilentApe24"
  },
  "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 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 758,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.132Z",
  "updated_at": "2025-07-31T07:55:35.132Z"
}