{
  "id": "mi-series_terrible-sheep-85",
  "name": "terrible-sheep-85",
  "category": "buttons",
  "author": "mi-series",
  "description": "terrible-sheep-85 组件 (minimalist, button, minimal, animation, interactive)",
  "tags": [
    "minimalist",
    "button",
    "minimal",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button>\n  Hover Me\n</button>",
    "css": "/* From Uiverse.io by mi-series - Tags: minimalist, button, minimal */\nbutton {\n  width: 160px;\n  line-height: 40px;\n  font-weight: 500px;\n  font-size: 17px;\n  letter-spacing: 2px;\n  text-decoration: none;\n  text-transform: uppercase;\n  padding: 0;\n  background: #FBEAEB;\n  position: relative;\n  z-index: 2;\n  color: #FBEAEB;\n  perspective: 300px;\n  transform-style: preserve-3d;\n  border-radius: 6px;\n  border: none;\n}\n\nbutton:hover {\n  color: #2F3C7E;\n}\n\nbutton::after {\n  position: absolute;\n  content: \"\";\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  font-weight: 500px;\n  background: #2F3C7E;\n  border-radius: 6px;\n  z-index: -1;\n  transform-origin: center bottom;\n  transform: rotateX(0);\n  transition: all 0.3s ease;\n}\n\nbutton:hover::after {\n  transform: rotateX(-180deg);\n}",
    "file_path": "/mnt/persist/workspace/Buttons/mi-series_terrible-sheep-85.html"
  },
  "uniapp": {
    "template": "<button></button>\n  Hover Me\n</button>",
    "script": "export default {\n  name: 'GalaxyTerribleSheep85',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by mi-series - Tags: minimalist, button, minimal */\nbutton {\n  width: 320rpx;\n  line-height: 80rpx;\n  font-weight: 1000rpx;\n  font-size: 34rpx;\n  letter-spacing: 4rpx;\n  text-decoration: none;\n  text-transform: uppercase;\n  padding: 0;\n  background: #FBEAEB;\n  position: relative;\n  z-index: 2;\n  color: #FBEAEB;\n  perspective: 600rpx;\n  transform-style: preserve-3d;\n  border-radius: 12rpx;\n  border: none;\n}\n\nbutton:hover {\n  color: #2F3C7E;\n}\n\nbutton::after {\n  position: absolute;\n  content: \"\";\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  font-weight: 1000rpx;\n  background: #2F3C7E;\n  border-radius: 12rpx;\n  z-index: -1;\n  transform-origin: center bottom;\n  transform: rotateX(0);\n  transition: all 0.3s ease;\n}\n\nbutton:hover::after {\n  transform: rotateX(-180deg);\n}\n",
    "component_name": "GalaxyTerribleSheep85"
  },
  "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": 823,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.241Z",
  "updated_at": "2025-07-31T07:55:37.241Z"
}