{
  "id": "Yaya12085_witty-firefox-53",
  "name": "witty-firefox-53",
  "category": "buttons",
  "author": "Yaya12085",
  "description": "witty-firefox-53 组件 (icon, button, hover, dark, download, google, interactive)",
  "tags": [
    "icon",
    "button",
    "hover",
    "dark",
    "download",
    "google",
    "interactive"
  ],
  "original": {
    "html": "<a class=\"playstore-button\" href=\"#\">\n  <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" class=\"icon\" viewBox=\"0 0 512 512\">\n    <path d=\"M99.617 8.057a50.191 50.191 0 00-38.815-6.713l230.932 230.933 74.846-74.846L99.617 8.057zM32.139 20.116c-6.441 8.563-10.148 19.077-10.148 30.199v411.358c0 11.123 3.708 21.636 10.148 30.199l235.877-235.877L32.139 20.116zM464.261 212.087l-67.266-37.637-81.544 81.544 81.548 81.548 67.273-37.64c16.117-9.03 25.738-25.442 25.738-43.908s-9.621-34.877-25.749-43.907zM291.733 279.711L60.815 510.629c3.786.891 7.639 1.371 11.492 1.371a50.275 50.275 0 0027.31-8.07l266.965-149.372-74.849-74.847z\"></path>\n  </svg>\n  <span class=\"texts\">\n    <span class=\"text-1\">GET IT ON</span>\n    <span class=\"text-2\">Google Play</span>\n  </span>\n</a>",
    "css": "/* From Uiverse.io by Yaya12085 - Tags: icon, button, hover, dark, download, google */\n.playstore-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  border: 2px solid #000;\n  border-radius: 9999px;\n  background-color: rgba(0, 0, 0, 1);\n  padding: 0.625rem 1.5rem;\n  text-align: center;\n  color: rgba(255, 255, 255, 1);\n  outline: 0;\n  transition: all  .2s ease;\n  text-decoration: none;\n}\n\n.playstore-button:hover {\n  background-color: transparent;\n  color: rgba(0, 0, 0, 1);\n}\n\n.icon {\n  height: 1.5rem;\n  width: 1.5rem;\n}\n\n.texts {\n  margin-left: 1rem;\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n  line-height: 1;\n}\n\n.text-1 {\n  margin-bottom: 0.25rem;\n  font-size: 0.75rem;\n  line-height: 1rem;\n}\n\n.text-2 {\n  font-weight: 600;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Yaya12085_witty-firefox-53.html"
  },
  "uniapp": {
    "template": "<navigator class=\"playstore-button\" href=\"#\"></navigator>\n  <view xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" class=\"icon\" viewBox=\"0 0 512 512\"></view>\n    <path d=\"M99.617 8.057a50.191 50.191 0 00-38.815-6.713l230.932 230.933 74.846-74.846L99.617 8.057zM32.139 20.116c-6.441 8.563-10.148 19.077-10.148 30.199v411.358c0 11.123 3.708 21.636 10.148 30.199l235.877-235.877L32.139 20.116zM464.261 212.087l-67.266-37.637-81.544 81.544 81.548 81.548 67.273-37.64c16.117-9.03 25.738-25.442 25.738-43.908s-9.621-34.877-25.749-43.907zM291.733 279.711L60.815 510.629c3.786.891 7.639 1.371 11.492 1.371a50.275 50.275 0 0027.31-8.07l266.965-149.372-74.849-74.847z\"></path>\n  </svg>\n  <text class=\"texts\"></text>\n    <text class=\"text-1\">GET IT ON</text>\n    <text class=\"text-2\">Google Play</text>\n  </span>\n</a>",
    "script": "export default {\n  name: 'GalaxyWittyFirefox53',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Yaya12085 - Tags: icon, button, hover, dark, download, google */\n.playstore-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  border: 4rpx solid #000;\n  border-radius: 19998rpx;\n  background-color: rgba(0, 0, 0, 1);\n  padding: 0.625rem 1.5rem;\n  text-align: center;\n  color: rgba(255, 255, 255, 1);\n  outline: 0;\n  transition: all  .2s ease;\n  text-decoration: none;\n}\n\n.playstore-button:hover {\n  background-color: transparent;\n  color: rgba(0, 0, 0, 1);\n}\n\n.icon {\n  height: 1.5rem;\n  width: 1.5rem;\n}\n\n.texts {\n  margin-left: 1rem;\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n  line-height: 1;\n}\n\n.text-1 {\n  margin-bottom: 0.25rem;\n  font-size: 0.75rem;\n  line-height: 1rem;\n}\n\n.text-2 {\n  font-weight: 600;\n}\n",
    "component_name": "GalaxyWittyFirefox53"
  },
  "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": 1574,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:35.278Z",
  "updated_at": "2025-07-31T07:55:35.278Z"
}