{
  "id": "LeryLey_massive-panda-53",
  "name": "massive-panda-53",
  "category": "buttons",
  "author": "LeryLey",
  "description": "massive-panda-53 组件",
  "tags": [],
  "original": {
    "html": "<button class=\"cursor-pointer shadow-xl hover:shadow-none duration-300 border-2 border-gray-400 p-1 w-40 h-14 rounded-xl bg-gray-50\">\n  <div class=\"h-full flex gap-1 items-center justify-center shadow-inner shadow-black/10 rounded-full\">\n    <svg class=\"size-4 -rotate-45\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n      <path d=\"M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"></path>\n    </svg>\n    <span class=\"font-medium\"> Send Telegram </span>\n  </div>\n</button>",
    "css": "",
    "file_path": "/mnt/persist/workspace/Buttons/LeryLey_massive-panda-53.html"
  },
  "uniapp": {
    "template": "<button class=\"cursor-pointer shadow-xl hover:shadow-none duration-300 border-2 border-gray-400 p-1 w-40 h-14 rounded-xl bg-gray-50\"></button>\n  <view class=\"h-full flex gap-1 items-center justify-center shadow-inner shadow-black/10 rounded-full\"></view>\n    <view class=\"size-4 -rotate-45\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"></view>\n      <path d=\"M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"></path>\n    </svg>\n    <text class=\"font-medium\"> Send Telegram </text>\n  </div>\n</button>",
    "script": "export default {\n  name: 'GalaxyMassivePanda53',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "",
    "component_name": "GalaxyMassivePanda53"
  },
  "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": 640,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:33.804Z",
  "updated_at": "2025-07-31T07:55:33.804Z"
}