{
  "id": "kuzanaa_young-rat-5",
  "name": "young-rat-5",
  "category": "buttons",
  "author": "kuzanaa",
  "description": "young-rat-5 组件",
  "tags": [],
  "original": {
    "html": "<button class=\"relative group overflow-hidden px-6 h-12 rounded-full flex space-x-2 items-center bg-gradient-to-r from-pink-500 to-purple-500 hover:to-purple-600\">\n          <span class=\"relative text-sm text-white\">Get Started</span>\n          <div class=\"flex items-center -space-x-3 translate-x-3\">\n            <div class=\"w-2.5 h-[1.6px] rounded bg-white origin-left scale-x-0 transition duration-300 group-hover:scale-x-100\"></div>\n            <svg stroke-width=\"2\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"h-5 w-5 stroke-white -translate-x-2 transition duration-300 group-hover:translate-x-0\" xmlns=\"http://www.w3.org/2000/svg\">\n              <path d=\"M9 5l7 7-7 7\" stroke-linejoin=\"round\" stroke-linecap=\"round\"></path>\n            </svg>\n          </div>\n        </button>",
    "css": "",
    "file_path": "/mnt/persist/workspace/Buttons/kuzanaa_young-rat-5.html"
  },
  "uniapp": {
    "template": "<button class=\"relative group overflow-hidden px-6 h-12 rounded-full flex space-x-2 items-center bg-gradient-to-r from-pink-500 to-purple-500 hover:to-purple-600\"></button>\n          <text class=\"relative text-sm text-white\">Get Started</text>\n          <view class=\"flex items-center -space-x-3 translate-x-3\"></view>\n            <view class=\"w-2.5 h-[1.6px] rounded bg-white origin-left scale-x-0 transition duration-300 group-hover:scale-x-100\"></view>\n            <view stroke-width=\"2\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"h-5 w-5 stroke-white -translate-x-2 transition duration-300 group-hover:translate-x-0\" xmlns=\"http://www.w3.org/2000/svg\"></view>\n              <path d=\"M9 5l7 7-7 7\" stroke-linejoin=\"round\" stroke-linecap=\"round\"></path>\n            </svg>\n          </div>\n        </button>",
    "script": "export default {\n  name: 'GalaxyYoungRat5',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "",
    "component_name": "GalaxyYoungRat5"
  },
  "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": 802,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.123Z",
  "updated_at": "2025-07-31T07:55:37.123Z"
}