{
  "id": "Custyyyy_silent-sheep-31",
  "name": "silent-sheep-31",
  "category": "buttons",
  "author": "Custyyyy",
  "description": "silent-sheep-31 组件 (button, download, interactive)",
  "tags": [
    "button",
    "download",
    "interactive"
  ],
  "original": {
    "html": "<button class=\"button\" style=\"vertical-align:middle\"><span>Download</span></button>",
    "css": "/* From Uiverse.io by Custyyyy - Tags: button, download */\n.button {\n display: inline-block;\n border-radius: 7px;\n border: none;\n background: #1875FF;\n color: white;\n font-family: inherit;\n text-align: center;\n font-size: 13px;\n box-shadow: 0px 14px 56px -11px #1875FF;\n width: 10em;\n padding: 1em;\n transition: all 0.4s;\n cursor: pointer;\n}\n\n.button span {\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: 0.4s;\n}\n\n.button span:after {\n content: 'for free';\n position: absolute;\n opacity: 0;\n top: 0;\n right: -20px;\n transition: 0.7s;\n}\n\n.button:hover span {\n padding-right: 3.55em;\n}\n\n.button:hover span:after {\n opacity: 4;\n right: 0;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Custyyyy_silent-sheep-31.html"
  },
  "uniapp": {
    "template": "<button class=\"button\" style=\"vertical-align:middle\"></button><text>Download</text></button>",
    "script": "export default {\n  name: 'GalaxySilentSheep31',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Custyyyy - Tags: button, download */\n.button {\n display: inline-block;\n border-radius: 14rpx;\n border: none;\n background: #1875FF;\n color: white;\n font-family: inherit;\n text-align: center;\n font-size: 26rpx;\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 28rpx 112rpx -22rpx #1875FF;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n width: 10em;\n padding: 1em;\n transition: all 0.4s;\n /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n}\n\n.button span {\n /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n display: inline-block;\n position: relative;\n transition: 0.4s;\n}\n\n.button span:after {\n content: 'for free';\n position: absolute;\n opacity: 0;\n top: 0;\n right: -40rpx;\n transition: 0.7s;\n}\n\n.button:hover span {\n padding-right: 3.55em;\n}\n\n.button:hover span:after {\n opacity: 4;\n right: 0;\n}\n",
    "component_name": "GalaxySilentSheep31"
  },
  "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 属性",
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性",
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "low",
    "bundle_size": 753,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:33.037Z",
  "updated_at": "2025-07-31T07:55:33.037Z"
}