{
  "id": "JaydipPrajapati1910_itchy-octopus-28",
  "name": "itchy-octopus-28",
  "category": "buttons",
  "author": "JaydipPrajapati1910",
  "description": "itchy-octopus-28 组件 (blue, button, join now, buttons, animation, interactive)",
  "tags": [
    "blue",
    "button",
    "join now",
    "buttons",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\">\n ㅤ JOIN NOW\n</button>",
    "css": "/* From Uiverse.io by JaydipPrajapati1910 - Tags: blue, button, join now, buttons */\n.button {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  line-height: 1;\n  text-decoration: none;\n  color: #0000FF;\n  font-size: 17px;\n  border-radius: 5px;\n  width: 160px;\n  height: 40px;\n  border: 1px solid #0000FF;\n  position: relative;\n  transition: 0.3s;\n  background-color: #ffffff;\n  font-weight: 600;\n}\n\n.button::before {\n  content: \"FREE\";\n  display: block;\n  font-size: 13px;\n  background-color: #0000FF;\n  color: #fff;\n  border-radius: 3px;\n  padding: 3px 5px;\n  position: absolute;\n  top: 0;\n  left: 0;\n  transform: translate(-5px, -30%);\n  transition: .3s;\n}\n\n.button:hover::before {\n  transform: translate(-5px, -50%);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/JaydipPrajapati1910_itchy-octopus-28.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>\n ㅤ JOIN NOW\n</button>",
    "script": "export default {\n  name: 'GalaxyItchyOctopus28',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by JaydipPrajapati1910 - Tags: blue, button, join now, buttons */\n.button {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  line-height: 1;\n  text-decoration: none;\n  color: #0000FF;\n  font-size: 34rpx;\n  border-radius: 10rpx;\n  width: 320rpx;\n  height: 80rpx;\n  border: 2rpx solid #0000FF;\n  position: relative;\n  transition: 0.3s;\n  background-color: #ffffff;\n  font-weight: 600;\n}\n\n.button::before {\n  content: \"FREE\";\n  display: block;\n  font-size: 26rpx;\n  background-color: #0000FF;\n  color: #fff;\n  border-radius: 6rpx;\n  padding: 6rpx 10rpx;\n  position: absolute;\n  top: 0;\n  left: 0;\n  transform: translate(-10rpx, -30%);\n  transition: .3s;\n}\n\n.button:hover::before {\n  transform: translate(-10rpx, -50%);\n}\n\n\n",
    "component_name": "GalaxyItchyOctopus28"
  },
  "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": [],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 792,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:33.475Z",
  "updated_at": "2025-07-31T07:55:33.475Z"
}