{
  "id": "Creatlydev_dull-chicken-81",
  "name": "dull-chicken-81",
  "category": "buttons",
  "author": "Creatlydev",
  "description": "dull-chicken-81 组件",
  "tags": [],
  "original": {
    "html": "<button class=\"shadow shadow-red-300 cursor-pointer overflow-hidden text-white bg-red-600 px-4 py-3 group active:shadow-green-200 focus:outline-none rounded flex items-center justify-center relative gap-4\">\n  \n  <span class=\"group-hover:-translate-x-40 transition-transform duration-200\">REMOVE</span>\n\n  <div class=\"w-0.5 h-6 bg-red-800 group-hover:-translate-x-40 transition-transform duration-200\"></div>\n\n  <div class=\"svg-wrapper group-hover:-translate-x-11 transition-transform duration-200\">\n    <svg class=\"w-6 h-6\" stroke=\"currentColor\" stroke-width=\"4\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n  <path d=\"M6 18L18 6M6 6l12 12\" stroke-linejoin=\"round\" stroke-linecap=\"round\"></path>\n</svg>\n  </div>\n\n  <div class=\"svg-wrapper group-active:bg-green-600 group-active:flex hidden absolute w-full h-full flex items-center justify-center\">\n    <svg class=\"w-6 h-6\" stroke=\"currentColor\" stroke-width=\"4\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n  <path d=\"M4.5 12.75l6 6 9-13.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"></path>\n</svg>\n\n  </div>\n\n</button>",
    "css": "",
    "file_path": "/mnt/persist/workspace/Buttons/Creatlydev_dull-chicken-81.html"
  },
  "uniapp": {
    "template": "<button class=\"shadow shadow-red-300 cursor-pointer overflow-hidden text-white bg-red-600 px-4 py-3 group active:shadow-green-200 focus:outline-none rounded flex items-center justify-center relative gap-4\"></button>\n  \n  <text class=\"group-hover:-translate-x-40 transition-transform duration-200\">REMOVE</text>\n\n  <view class=\"w-0.5 h-6 bg-red-800 group-hover:-translate-x-40 transition-transform duration-200\"></view>\n\n  <view class=\"svg-wrapper group-hover:-translate-x-11 transition-transform duration-200\"></view>\n    <view class=\"w-6 h-6\" stroke=\"currentColor\" stroke-width=\"4\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"></view>\n  <path d=\"M6 18L18 6M6 6l12 12\" stroke-linejoin=\"round\" stroke-linecap=\"round\"></path>\n</svg>\n  </div>\n\n  <view class=\"svg-wrapper group-active:bg-green-600 group-active:flex hidden absolute w-full h-full flex items-center justify-center\"></view>\n    <view class=\"w-6 h-6\" stroke=\"currentColor\" stroke-width=\"4\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"></view>\n  <path d=\"M4.5 12.75l6 6 9-13.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"></path>\n</svg>\n\n  </div>\n\n</button>",
    "script": "export default {\n  name: 'GalaxyDullChicken81',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "",
    "component_name": "GalaxyDullChicken81"
  },
  "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": "low",
    "bundle_size": 1121,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:32.986Z",
  "updated_at": "2025-07-31T07:55:32.986Z"
}