{
  "id": "shadowfax29_friendly-puma-48",
  "name": "friendly-puma-48",
  "category": "buttons",
  "author": "shadowfax29",
  "description": "friendly-puma-48 组件",
  "tags": [],
  "original": {
    "html": "<button class=\"relative text-neutral-300 cursor-pointer w-28 h-28 bg-purple-300 rounded-full flex justify-center  items-center  text-neutral-400 transition duration-300 shadow-lg shadow-purple-400  active:shadow-none active:translate-y-1.5\">\n  <div class=\"relative -top-[1px] cursor-pointer w-24 h-24 bg-purple-300 rounded-full border-8 border-white\">\n    <div class=\"w-3 h-3 bg-purple-800 rounded-full relative top-5 left-5\"></div>\n    <div class=\"w-3 h-3 bg-purple-800  rounded-full relative top-2 left-12\"></div>\n    <div class=\"w-3 h-3 bg-purple-800 rounded-full relative top-5 left-5\"></div>\n    <div class=\"w-3 h-3 bg-purple-800  rounded-full relative top-2 left-12\"></div>\n  </div>\n  \n</button>",
    "css": "",
    "file_path": "/mnt/persist/workspace/Buttons/shadowfax29_friendly-puma-48.html"
  },
  "uniapp": {
    "template": "<button class=\"relative text-neutral-300 cursor-pointer w-28 h-28 bg-purple-300 rounded-full flex justify-center  items-center  text-neutral-400 transition duration-300 shadow-lg shadow-purple-400  active:shadow-none active:translate-y-1.5\"></button>\n  <view class=\"relative -top-[1px] cursor-pointer w-24 h-24 bg-purple-300 rounded-full border-8 border-white\"></view>\n    <view class=\"w-3 h-3 bg-purple-800 rounded-full relative top-5 left-5\"></view>\n    <view class=\"w-3 h-3 bg-purple-800  rounded-full relative top-2 left-12\"></view>\n    <view class=\"w-3 h-3 bg-purple-800 rounded-full relative top-5 left-5\"></view>\n    <view class=\"w-3 h-3 bg-purple-800  rounded-full relative top-2 left-12\"></view>\n  </div>\n  \n</button>",
    "script": "export default {\n  name: 'GalaxyFriendlyPuma48',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "",
    "component_name": "GalaxyFriendlyPuma48"
  },
  "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": 705,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.810Z",
  "updated_at": "2025-07-31T07:55:37.810Z"
}