{
  "id": "david-mohseni_green-gecko-20",
  "name": "green-gecko-20",
  "category": "buttons",
  "author": "david-mohseni",
  "description": "green-gecko-20 组件 (button, animation, gradient, interactive)",
  "tags": [
    "button",
    "animation",
    "gradient",
    "interactive"
  ],
  "original": {
    "html": "<div class=\"wrap\">\n    <button class=\"btn\">\n        <span class=\"text\">Volume</span>\n    </button>\n</div>",
    "css": "/* From Uiverse.io by david-mohseni - Tags: button */\n.wrap {\n  text-align: center;\n  margin: 20px 0;\n}\n\n.btn {\n  width: 100px;\n  height: 100px;\n  background: repeating-radial-gradient(circle at 50% 50%, rgba(200,200,200,.2) 0%, rgba(200,200,200,.2) 2%, transparent 2%, transparent 3%, rgba(200,200,200,.2) 3%, transparent 3%), conic-gradient(white 0%, silver 10%, white 35%, silver 45%, white 60%, silver 70%, white 80%, silver 95%, white 100%);\n  border-radius: 50%;\n  box-shadow: 0 0px 20px #0005, 0 -0px 20px #fff2;\n  outline: 1px solid #fff;\n  outline-offset: -2px;\n  transition: 1s;\n}\n\n.text {\n  font-size: 20px;\n  font-weight: 700;\n  color: #aaa;\n  text-align: center;\n  text-shadow: 1px 1px 1px #fff;\n}\n\n.btn:hover {\n  transform: rotate(90deg);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/david-mohseni_green-gecko-20.html"
  },
  "uniapp": {
    "template": "<view class=\"wrap\"></view>\n    <button class=\"btn\"></button>\n        <text class=\"text\">Volume</text>\n    </button>\n</div>",
    "script": "export default {\n  name: 'GalaxyGreenGecko20',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by david-mohseni - Tags: button */\n.wrap {\n  text-align: center;\n  margin: 40rpx 0;\n}\n\n.btn {\n  width: 200rpx;\n  height: 200rpx;\n  background: repeating-radial-gradient(circle at 50% 50%, rgba(200,200,200,.2) 0%, rgba(200,200,200,.2) 2%, transparent 2%, transparent 3%, rgba(200,200,200,.2) 3%, transparent 3%), conic-gradient(white 0%, silver 10%, white 35%, silver 45%, white 60%, silver 70%, white 80%, silver 95%, white 100%);\n  border-radius: 50%;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 0rpx 40rpx #0005, 0 -0rpx 40rpx #fff2;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  outline: 2rpx solid #fff;\n  outline-offset: -4rpx;\n  transition: 1s;\n}\n\n.text {\n  font-size: 40rpx;\n  font-weight: 700;\n  color: #aaa;\n  text-align: center;\n  /* #ifdef H5 */\n  text-shadow: 2rpx 2rpx 2rpx #fff;\n  /* #endif */\n}\n\n.btn:hover {\n  transform: rotate(90deg);\n}\n",
    "component_name": "GalaxyGreenGecko20"
  },
  "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 属性",
        "不支持 text-shadow 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性",
        "不支持 text-shadow 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 863,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:36.307Z",
  "updated_at": "2025-07-31T07:55:36.307Z"
}