{
  "id": "yaasiinaxmed_serious-stingray-77",
  "name": "serious-stingray-77",
  "category": "buttons",
  "author": "yaasiinaxmed",
  "description": "serious-stingray-77 组件 (button, interactive)",
  "tags": [
    "button",
    "interactive"
  ],
  "original": {
    "html": "<button>\n    Button\n</button>",
    "css": "/* From Uiverse.io by yaasiinaxmed - Tags: button */\nbutton {\n  --color: #0077ff;\n  font-family: inherit;\n  display: inline-block;\n  width: 6em;\n  height: 2.6em;\n  line-height: 2.5em;\n  overflow: hidden;\n  margin: 20px;\n  font-size: 17px;\n  z-index: 1;\n  color: var(--color);\n  border: 2px solid var(--color);\n  border-radius: 6px;\n  position: relative;\n}\n\nbutton::before {\n  position: absolute;\n  content: \"\";\n  background: var(--color);\n  width: 150px;\n  height: 200px;\n  z-index: -1;\n  border-radius: 50%;\n}\n\nbutton:hover {\n  color: white;\n}\n\nbutton:before {\n  top: 100%;\n  left: 100%;\n  transition: .3s all;\n}\n\nbutton:hover::before {\n  top: -30px;\n  left: -30px;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/yaasiinaxmed_serious-stingray-77.html"
  },
  "uniapp": {
    "template": "<button></button>\n    Button\n</button>",
    "script": "export default {\n  name: 'GalaxySeriousStingray77',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by yaasiinaxmed - Tags: button */\nbutton {\n  --color: #0077ff;\n  font-family: inherit;\n  display: inline-block;\n  width: 6em;\n  height: 2.6em;\n  line-height: 2.5em;\n  overflow: hidden;\n  margin: 40rpx;\n  font-size: 34rpx;\n  z-index: 1;\n  color: var(--color);\n  border: 4rpx solid var(--color);\n  border-radius: 12rpx;\n  position: relative;\n}\n\nbutton::before {\n  position: absolute;\n  content: \"\";\n  background: var(--color);\n  width: 300rpx;\n  height: 400rpx;\n  z-index: -1;\n  border-radius: 50%;\n}\n\nbutton:hover {\n  color: white;\n}\n\nbutton:before {\n  top: 100%;\n  left: 100%;\n  transition: .3s all;\n}\n\nbutton:hover::before {\n  top: -60rpx;\n  left: -60rpx;\n}\n",
    "component_name": "GalaxySeriousStingray77"
  },
  "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": "low",
    "bundle_size": 701,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:38.390Z",
  "updated_at": "2025-07-31T07:55:38.390Z"
}