{
  "id": "ke1221_ancient-walrus-24",
  "name": "ancient-walrus-24",
  "category": "buttons",
  "author": "ke1221",
  "description": "ancient-walrus-24 组件 (neumorphism, button)",
  "tags": [
    "neumorphism",
    "button"
  ],
  "original": {
    "html": "<button> Click me\n</button>",
    "css": "/* From Uiverse.io by ke1221 - Tags: neumorphism, button */\nbutton {\n color: #090909;\n padding: 0.7em 1.7em;\n font-size: 18px;\n border-radius: 0.5em;\n background: #e8e8e8;\n border: 1px solid #e8e8e8;\n transition: all .3s;\n box-shadow: 6px 6px 12px #c5c5c5,\n             -6px -6px 12px #ffffff;\n}\n\nbutton:active {\n color: #666;\n box-shadow: inset 4px 4px 12px #c5c5c5,\n             inset -4px -4px 12px #ffffff;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/ke1221_ancient-walrus-24.html"
  },
  "uniapp": {
    "template": "<button></button> Click me\n</button>",
    "script": "export default {\n  name: 'GalaxyAncientWalrus24',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by ke1221 - Tags: neumorphism, button */\nbutton {\n color: #090909;\n padding: 0.7em 1.7em;\n font-size: 36rpx;\n border-radius: 0.5em;\n background: #e8e8e8;\n border: 2rpx solid #e8e8e8;\n transition: all .3s;\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 12rpx 12rpx 24rpx #c5c5c5,\n             -12rpx -12rpx 24rpx #ffffff;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\nbutton:active {\n color: #666;\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: inset 8rpx 8rpx 24rpx #c5c5c5,\n             inset -8rpx -8rpx 24rpx #ffffff;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n",
    "component_name": "GalaxyAncientWalrus24"
  },
  "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 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "low",
    "bundle_size": 443,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:37.058Z",
  "updated_at": "2025-07-31T07:55:37.058Z"
}