{
  "id": "Shoh2008_selfish-puma-67",
  "name": "selfish-puma-67",
  "category": "buttons",
  "author": "Shoh2008",
  "description": "selfish-puma-67 组件 (button, valve)",
  "tags": [
    "button",
    "valve"
  ],
  "original": {
    "html": "<button class=\"button\">\n  Button\n</button>",
    "css": "/* From Uiverse.io by Shoh2008 - Tags: button, valve */\n.button {\n  color: #f7f7f7;\n  background: #ff00f2;\n  height: 59px;\n  width: 167px;\n  font-size: 26px;\n  border-radius: 3px;\n  border: 10px #3b0876;\n  border-style: dashed double;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Shoh2008_selfish-puma-67.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>\n  Button\n</button>",
    "script": "export default {\n  name: 'GalaxySelfishPuma67',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Shoh2008 - Tags: button, valve */\n.button {\n  color: #f7f7f7;\n  background: #ff00f2;\n  height: 118rpx;\n  width: 334rpx;\n  font-size: 52rpx;\n  border-radius: 6rpx;\n  border: 20rpx #3b0876;\n  border-style: dashed double;\n}\n",
    "component_name": "GalaxySelfishPuma67"
  },
  "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": 282,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:34.671Z",
  "updated_at": "2025-07-31T07:55:34.671Z"
}