{
  "id": "faxriddin20_splendid-wolverine-24",
  "name": "splendid-wolverine-24",
  "category": "buttons",
  "author": "faxriddin20",
  "description": "splendid-wolverine-24 组件 (neumorphism, minimalist, smooth, hover effect, animation, interactive)",
  "tags": [
    "neumorphism",
    "minimalist",
    "smooth",
    "hover effect",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"telegram\">\n  <svg style=\"fill:#FFFFFF;\" class=\"telegram-svg\" viewBox=\"0,0,256,256\" y=\"0px\" x=\"0px\" xmlns=\"http://www.w3.org/2000/svg\">\n    <g style=\"mix-blend-mode: normal\" text-anchor=\"none\" font-size=\"none\" font-weight=\"none\" font-family=\"none\" stroke-dashoffset=\"0\" stroke-dasharray=\"\" stroke-miterlimit=\"10\" stroke-linejoin=\"miter\" stroke-linecap=\"butt\" stroke-width=\"1\" stroke=\"none\" fill-rule=\"nonzero\" fill=\"#ffffff\">\n      <g transform=\"scale(5.12,5.12)\">\n        <path d=\"M46.137,6.552c-0.75,-0.636 -1.928,-0.727 -3.146,-0.238h-0.002c-1.281,0.514 -36.261,15.518 -37.685,16.131c-0.259,0.09 -2.521,0.934 -2.288,2.814c0.208,1.695 2.026,2.397 2.248,2.478l8.893,3.045c0.59,1.964 2.765,9.21 3.246,10.758c0.3,0.965 0.789,2.233 1.646,2.494c0.752,0.29 1.5,0.025 1.984,-0.355l5.437,-5.043l8.777,6.845l0.209,0.125c0.596,0.264 1.167,0.396 1.712,0.396c0.421,0 0.825,-0.079 1.211,-0.237c1.315,-0.54 1.841,-1.793 1.896,-1.935l6.556,-34.077c0.4,-1.82 -0.156,-2.746 -0.694,-3.201zM22,32l-3,8l-3,-10l23,-17z\"></path>\n      </g>\n    </g>\n  </svg>\n  <span class=\"telegram-text\">Telegram</span>\n</button>",
    "css": "/* From Uiverse.io by faxriddin20  - Tags: neumorphism, minimalist, smooth, hover effect */\n.telegram {\n  transition: none 0.5s ease;\n  display: flex;\n  align-items: center;\n  position: relative;\n  padding-left: 10px;\n  padding-right: 10px;\n  width: 130px;\n  height: 50px;\n  gap: 10px;\n  border: none;\n  background-color: rgb(42 171 238);\n  color: white;\n  border-radius: 15px;\n  cursor: pointer;\n}\n\n.telegram-text {\n  transition: none 0.3s ease;\n  font-weight: bold;\n  font-size: 1rem;\n}\n\n.telegram:hover .telegram-text {\n  display: none;\n  position: absolute;\n}\n\n.telegram-svg {\n  width: 23px;\n  height: 23px;\n  transition: 0.8s;\n}\n\n.telegram:hover .telegram-svg {\n  margin-left: 40px;\n  display: block;\n  transform: rotate(50deg);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/faxriddin20_splendid-wolverine-24.html"
  },
  "uniapp": {
    "template": "<button class=\"telegram\"></button>\n  <view style=\"fill:#FFFFFF;\" class=\"telegram-svg\" viewBox=\"0,0,256,256\" y=\"0px\" x=\"0px\" xmlns=\"http://www.w3.org/2000/svg\"></view>\n    <g style=\"mix-blend-mode: normal\" text-anchor=\"none\" font-size=\"none\" font-weight=\"none\" font-family=\"none\" stroke-dashoffset=\"0\" stroke-dasharray=\"\" stroke-miterlimit=\"10\" stroke-linejoin=\"miter\" stroke-linecap=\"butt\" stroke-width=\"1\" stroke=\"none\" fill-rule=\"nonzero\" fill=\"#ffffff\">\n      <g transform=\"scale(5.12,5.12)\">\n        <path d=\"M46.137,6.552c-0.75,-0.636 -1.928,-0.727 -3.146,-0.238h-0.002c-1.281,0.514 -36.261,15.518 -37.685,16.131c-0.259,0.09 -2.521,0.934 -2.288,2.814c0.208,1.695 2.026,2.397 2.248,2.478l8.893,3.045c0.59,1.964 2.765,9.21 3.246,10.758c0.3,0.965 0.789,2.233 1.646,2.494c0.752,0.29 1.5,0.025 1.984,-0.355l5.437,-5.043l8.777,6.845l0.209,0.125c0.596,0.264 1.167,0.396 1.712,0.396c0.421,0 0.825,-0.079 1.211,-0.237c1.315,-0.54 1.841,-1.793 1.896,-1.935l6.556,-34.077c0.4,-1.82 -0.156,-2.746 -0.694,-3.201zM22,32l-3,8l-3,-10l23,-17z\"></path>\n      </g>\n    </g>\n  </svg>\n  <text class=\"telegram-text\">Telegram</text>\n</button>",
    "script": "export default {\n  name: 'GalaxySplendidWolverine24',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by faxriddin20  - Tags: neumorphism, minimalist, smooth, hover effect */\n.telegram {\n  transition: none 0.5s ease;\n  display: flex;\n  align-items: center;\n  position: relative;\n  padding-left: 20rpx;\n  padding-right: 20rpx;\n  width: 260rpx;\n  height: 100rpx;\n  gap: 20rpx;\n  border: none;\n  background-color: rgb(42 171 238);\n  color: white;\n  border-radius: 30rpx;\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n}\n\n.telegram-text {\n  transition: none 0.3s ease;\n  font-weight: bold;\n  font-size: 1rem;\n}\n\n.telegram:hover .telegram-text {\n  display: none;\n  position: absolute;\n}\n\n.telegram-svg {\n  width: 46rpx;\n  height: 46rpx;\n  transition: 0.8s;\n}\n\n.telegram:hover .telegram-svg {\n  margin-left: 80rpx;\n  display: block;\n  transform: rotate(50deg);\n}\n\n",
    "component_name": "GalaxySplendidWolverine24"
  },
  "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": 1852,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:36.692Z",
  "updated_at": "2025-07-31T07:55:36.692Z"
}