{
  "id": "satyamchaudharydev_modern-sheep-10",
  "name": "modern-sheep-10",
  "category": "buttons",
  "author": "satyamchaudharydev",
  "description": "modern-sheep-10 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button>\n    Sign up\n    <div class=\"arrow-wrapper\">\n        <div class=\"arrow\"></div>\n\n    </div>\n</button>",
    "css": "/* From Uiverse.io by satyamchaudharydev - Tags: button */\nbutton {\n  --primary-color: #645bff;\n  --secondary-color: #fff;\n  --hover-color: #111;\n  --arrow-width: 10px;\n  --arrow-stroke: 2px;\n  box-sizing: border-box;\n  border: 0;\n  border-radius: 20px;\n  color: var(--secondary-color);\n  padding: 1em 1.8em;\n  background: var(--primary-color);\n  display: flex;\n  transition: 0.2s background;\n  align-items: center;\n  gap: 0.6em;\n  font-weight: bold;\n}\n\nbutton .arrow-wrapper {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\nbutton .arrow {\n  margin-top: 1px;\n  width: var(--arrow-width);\n  background: var(--primary-color);\n  height: var(--arrow-stroke);\n  position: relative;\n  transition: 0.2s;\n}\n\nbutton .arrow::before {\n  content: \"\";\n  box-sizing: border-box;\n  position: absolute;\n  border: solid var(--secondary-color);\n  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;\n  display: inline-block;\n  top: -3px;\n  right: 3px;\n  transition: 0.2s;\n  padding: 3px;\n  transform: rotate(-45deg);\n}\n\nbutton:hover {\n  background-color: var(--hover-color);\n}\n\nbutton:hover .arrow {\n  background: var(--secondary-color);\n}\n\nbutton:hover .arrow:before {\n  right: 0;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/satyamchaudharydev_modern-sheep-10.html"
  },
  "uniapp": {
    "template": "<button></button>\n    Sign up\n    <view class=\"arrow-wrapper\"></view>\n        <view class=\"arrow\"></view>\n\n    </div>\n</button>",
    "script": "export default {\n  name: 'GalaxyModernSheep10',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by satyamchaudharydev - Tags: button */\nbutton {\n  --primary-color: #645bff;\n  --secondary-color: #fff;\n  --hover-color: #111;\n  --arrow-width: 20rpx;\n  --arrow-stroke: 4rpx;\n  box-sizing: border-box;\n  border: 0;\n  border-radius: 40rpx;\n  color: var(--secondary-color);\n  padding: 1em 1.8em;\n  background: var(--primary-color);\n  display: flex;\n  transition: 0.2s background;\n  align-items: center;\n  gap: 0.6em;\n  font-weight: bold;\n}\n\nbutton .arrow-wrapper {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\nbutton .arrow {\n  margin-top: 2rpx;\n  width: var(--arrow-width);\n  background: var(--primary-color);\n  height: var(--arrow-stroke);\n  position: relative;\n  transition: 0.2s;\n}\n\nbutton .arrow::before {\n  content: \"\";\n  box-sizing: border-box;\n  position: absolute;\n  border: solid var(--secondary-color);\n  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;\n  display: inline-block;\n  top: -6rpx;\n  right: 6rpx;\n  transition: 0.2s;\n  padding: 6rpx;\n  transform: rotate(-45deg);\n}\n\nbutton:hover {\n  background-color: var(--hover-color);\n}\n\nbutton:hover .arrow {\n  background: var(--secondary-color);\n}\n\nbutton:hover .arrow:before {\n  right: 0;\n}\n",
    "component_name": "GalaxyModernSheep10"
  },
  "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": 1307,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.773Z",
  "updated_at": "2025-07-31T07:55:37.773Z"
}