{
  "id": "d4niz_good-octopus-19",
  "name": "good-octopus-19",
  "category": "buttons",
  "author": "d4niz",
  "description": "good-octopus-19 组件 (icon, button, contact, animation, interactive)",
  "tags": [
    "icon",
    "button",
    "contact",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"contactButton\"> Contact\n  <div class=\"iconButton\">\n    <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\"><path fill=\"none\" d=\"M0 0h24v24H0z\"></path><path fill=\"currentColor\" d=\"M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z\"></path></svg>\n  </div>\n</button>",
    "css": "/* From Uiverse.io by d4niz - Tags: icon, button, contact */\n.contactButton {\n  background: #7079f0;\n  color: white;\n  font-family: inherit;\n  padding: 0.45em;\n  padding-left: 1.0em;\n  font-size: 17px;\n  font-weight: 500;\n  border-radius: 0.9em;\n  border: none;\n  letter-spacing: 0.05em;\n  display: flex;\n  align-items: center;\n  box-shadow: inset 0 0 1.6em -0.6em #714da6;\n  overflow: hidden;\n  position: relative;\n  height: 2.8em;\n  padding-right: 3em;\n}\n\n.iconButton {\n  margin-left: 1em;\n  position: absolute;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  height: 2.2em;\n  width: 2.2em;\n  border-radius: 0.7em;\n  box-shadow: 0.1em 0.1em 0.6em 0.2em #7a8cf3;\n  right: 0.3em;\n  transition: all 0.3s;\n}\n\n.contactButton:hover {\n  transform: translate(-0.05em, -0.05em);\n  box-shadow: 0.15em 0.15em #5566c2;\n}\n\n.contactButton:active {\n  transform: translate(0.05em, 0.05em);\n  box-shadow: 0.05em 0.05em #5566c2;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/d4niz_good-octopus-19.html"
  },
  "uniapp": {
    "template": "<button class=\"contactButton\"></button> Contact\n  <view class=\"iconButton\"></view>\n    <view xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\"><path fill=\"none\" d=\"M0 0h24v24H0z\"></path><path fill=\"currentColor\" d=\"M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z\"></path></view>\n  </div>\n</button>",
    "script": "export default {\n  name: 'GalaxyGoodOctopus19',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by d4niz - Tags: icon, button, contact */\n.contactButton {\n  background: #7079f0;\n  color: white;\n  font-family: inherit;\n  padding: 0.45em;\n  padding-left: 1.0em;\n  font-size: 34rpx;\n  font-weight: 500;\n  border-radius: 0.9em;\n  border: none;\n  letter-spacing: 0.05em;\n  display: flex;\n  align-items: center;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: inset 0 0 1.6em -0.6em #714da6;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  overflow: hidden;\n  position: relative;\n  height: 2.8em;\n  padding-right: 3em;\n}\n\n.iconButton {\n  margin-left: 1em;\n  position: absolute;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  height: 2.2em;\n  width: 2.2em;\n  border-radius: 0.7em;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0.1em 0.1em 0.6em 0.2em #7a8cf3;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  right: 0.3em;\n  transition: all 0.3s;\n}\n\n.contactButton:hover {\n  transform: translate(-0.05em, -0.05em);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0.15em 0.15em #5566c2;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n.contactButton:active {\n  transform: translate(0.05em, 0.05em);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0.05em 0.05em #5566c2;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n",
    "component_name": "GalaxyGoodOctopus19"
  },
  "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": 1280,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:36.277Z",
  "updated_at": "2025-07-31T07:55:36.277Z"
}