{
  "id": "Damithkumara_green-chipmunk-67",
  "name": "green-chipmunk-67",
  "category": "buttons",
  "author": "Damithkumara",
  "description": "green-chipmunk-67 组件 (button, animation, interactive)",
  "tags": [
    "button",
    "animation",
    "interactive"
  ],
  "original": {
    "html": "<button><span></span>button</button>",
    "css": "/* From Uiverse.io by Damithkumara - Tags: button */\nbutton {\n padding: 0.9em 1.8em;\n text-transform: uppercase;\n text-decoration: none;\n letter-spacing: 4px;\n color: transparent;\n border: 3px solid #ff0;\n font-size: 14px;\n position: relative;\n font-family: inherit;\n background: transparent;\n}\n\nbutton::before {\n content: \"button\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: #363636;\n color: #ff0;\n display: flex;\n justify-content: center;\n align-items: center;\n transition: all 0.5s;\n}\n\nbutton:hover::before {\n left: 100%;\n transform: scale(0) rotateY(360deg);\n opacity: 0;\n}\n\nbutton::after {\n content: \"button\";\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background-color: #363636;\n color: #ff0;\n display: flex;\n justify-content: center;\n align-items: center;\n transition: all 0.5s;\n transform: scale(0) rotateY(0deg);\n opacity: 0;\n}\n\nbutton:hover::after {\n left: 0;\n transform: scale(1) rotateY(360deg);\n opacity: 1;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/Damithkumara_green-chipmunk-67.html"
  },
  "uniapp": {
    "template": "<button></button><text></text>button</button>",
    "script": "export default {\n  name: 'GalaxyGreenChipmunk67',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Damithkumara - Tags: button */\nbutton {\n padding: 0.9em 1.8em;\n text-transform: uppercase;\n text-decoration: none;\n letter-spacing: 8rpx;\n color: transparent;\n border: 6rpx solid #ff0;\n font-size: 28rpx;\n position: relative;\n font-family: inherit;\n background: transparent;\n}\n\nbutton::before {\n content: \"button\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: #363636;\n color: #ff0;\n display: flex;\n justify-content: center;\n align-items: center;\n transition: all 0.5s;\n}\n\nbutton:hover::before {\n left: 100%;\n transform: scale(0) rotateY(360deg);\n opacity: 0;\n}\n\nbutton::after {\n content: \"button\";\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background-color: #363636;\n color: #ff0;\n display: flex;\n justify-content: center;\n align-items: center;\n transition: all 0.5s;\n transform: scale(0) rotateY(0deg);\n opacity: 0;\n}\n\nbutton:hover::after {\n left: 0;\n transform: scale(1) rotateY(360deg);\n opacity: 1;\n}\n\n",
    "component_name": "GalaxyGreenChipmunk67"
  },
  "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": 1039,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:33.053Z",
  "updated_at": "2025-07-31T07:55:33.053Z"
}