{
  "id": "JaydipPrajapati1910_dry-frog-0",
  "name": "dry-frog-0",
  "category": "buttons",
  "author": "JaydipPrajapati1910",
  "description": "dry-frog-0 组件 (button, refresh, animation, interactive)",
  "tags": [
    "button",
    "refresh",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\" type=\"button\">\n  <svg viewBox=\"0 0 16 16\" class=\"bi bi-arrow-repeat\" fill=\"currentColor\" height=\"16\" width=\"16\" xmlns=\"http://www.w3.org/2000/svg\">\n  <path d=\"M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z\"></path>\n  <path d=\"M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z\" fill-rule=\"evenodd\"></path>\n</svg>\n    Refresh \n</button>",
    "css": "/* From Uiverse.io by JaydipPrajapati1910 - Tags: button, refresh */\n.button {\n  color: white;\n  background-color: #222;\n  font-weight: 500;\n  border-radius: 0.5rem;\n  font-size: 1rem;\n  line-height: 2rem;\n  padding-left: 2rem;\n  padding-right: 2rem;\n  padding-top: 0.7rem;\n  padding-bottom: 0.7rem;\n  text-align: center;\n  margin-right: 0.5rem;\n  display: inline-flex;\n  align-items: center;\n  border: none;\n}\n\n.button:hover {\n  background-color: #333;\n}\n\n.button svg {\n  display: inline;\n  width: 1.3rem;\n  height: 1.3rem;\n  margin-right: 0.75rem;\n  color: white;\n}\n\n.button:focus svg {\n  animation: spin_357 0.5s linear;\n}\n\n@keyframes spin_357 {\n  from {\n    transform: rotate(0deg);\n  }\n\n  to {\n    transform: rotate(360deg);\n  }\n}",
    "file_path": "/mnt/persist/workspace/Buttons/JaydipPrajapati1910_dry-frog-0.html"
  },
  "uniapp": {
    "template": "<button class=\"button\" type=\"button\"></button>\n  <view viewBox=\"0 0 16 16\" class=\"bi bi-arrow-repeat\" fill=\"currentColor\" height=\"16\" width=\"16\" xmlns=\"http://www.w3.org/2000/svg\"></view>\n  <path d=\"M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z\"></path>\n  <path d=\"M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z\" fill-rule=\"evenodd\"></path>\n</svg>\n    Refresh \n</button>",
    "script": "export default {\n  name: 'GalaxyDryFrog0',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by JaydipPrajapati1910 - Tags: button, refresh */\n.button {\n  color: white;\n  background-color: #222;\n  font-weight: 500;\n  border-radius: 0.5rem;\n  font-size: 1rem;\n  line-height: 2rem;\n  padding-left: 2rem;\n  padding-right: 2rem;\n  padding-top: 0.7rem;\n  padding-bottom: 0.7rem;\n  text-align: center;\n  margin-right: 0.5rem;\n  display: inline-flex;\n  align-items: center;\n  border: none;\n}\n\n.button:hover {\n  background-color: #333;\n}\n\n.button svg {\n  display: inline;\n  width: 1.3rem;\n  height: 1.3rem;\n  margin-right: 0.75rem;\n  color: white;\n}\n\n.button:focus svg {\n  animation: spin_357 0.5s linear;\n}\n\n@keyframes spin_357 {\n  from {\n    transform: rotate(0deg);\n  }\n\n  to {\n    transform: rotate(360deg);\n  }\n}\n\n\n",
    "component_name": "GalaxyDryFrog0"
  },
  "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": "medium",
    "bundle_size": 1401,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:33.445Z",
  "updated_at": "2025-07-31T07:55:33.445Z"
}