{
  "id": "r7chardgh_great-eel-58",
  "name": "great-eel-58",
  "category": "buttons",
  "author": "r7chardgh",
  "description": "great-eel-58 组件 (button, reload, f5, animation)",
  "tags": [
    "button",
    "reload",
    "f5",
    "animation"
  ],
  "original": {
    "html": "<button class=\"button\">\n</button>",
    "css": "/* From Uiverse.io by r7chardgh - Tags: button, reload, f5 */\n.button {\n  position: relative;\n  width: 3em;\n  height: 3em;\n  transform: rotateX(30deg);\n  border-radius: .2em;\n  border: 1px solid #3f3f3f;\n  box-shadow: 0 .3em 0 .1em #3f3f3f;\n  ;\n  transition: all 150ms;\n}\n\n.button::after {\n  position: absolute;\n  content: \"f5\";\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: .2em;\n  text-align: end;\n  color: #3f3f3f;\n}\n\n.button:active {\n  transform: rotateX(30deg) translateY(.3em);\n  box-shadow: 0 0 0 0 #3f3f3f;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/r7chardgh_great-eel-58.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>\n</button>",
    "script": "export default {\n  name: 'GalaxyGreatEel58',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by r7chardgh - Tags: button, reload, f5 */\n.button {\n  position: relative;\n  width: 3em;\n  height: 3em;\n  transform: rotateX(30deg);\n  border-radius: .2em;\n  border: 2rpx solid #3f3f3f;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 .3em 0 .1em #3f3f3f;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n  ;\n  transition: all 150ms;\n}\n\n.button::after {\n  position: absolute;\n  content: \"f5\";\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: .2em;\n  text-align: end;\n  color: #3f3f3f;\n}\n\n.button:active {\n  transform: rotateX(30deg) translateY(.3em);\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0 0 0 0 #3f3f3f;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n",
    "component_name": "GalaxyGreatEel58"
  },
  "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": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 564,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.615Z",
  "updated_at": "2025-07-31T07:55:37.615Z"
}