{
  "id": "e-coders_gentle-seahorse-53",
  "name": "gentle-seahorse-53",
  "category": "buttons",
  "author": "e-coders",
  "description": "gentle-seahorse-53 组件 (simple, button, animation)",
  "tags": [
    "simple",
    "button",
    "animation"
  ],
  "original": {
    "html": "<button> manage\n</button>",
    "css": "/* From Uiverse.io by e-coders - Tags: simple, button */\nbutton {\n font-family: Roboto, Arial, Sans-Serif;\n font-size: 14px;\n text-align: center;\n letter-spacing: 0.5px;\n color: #ffffff;\n background-color: #065fd4;\n border: 0;\n box-shadow: none;\n border-radius: 2px;\n padding-top: 10px;\n padding-bottom: 10px;\n padding-left: 16px;\n padding-right: 16px;\n text-transform: uppercase;\n font-weight: 500;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/e-coders_gentle-seahorse-53.html"
  },
  "uniapp": {
    "template": "<button></button> manage\n</button>",
    "script": "export default {\n  name: 'GalaxyGentleSeahorse53',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by e-coders - Tags: simple, button */\nbutton {\n font-family: Roboto, Arial, Sans-Serif;\n font-size: 28rpx;\n text-align: center;\n letter-spacing: 1rpx;\n color: #ffffff;\n background-color: #065fd4;\n border: 0;\n /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: none;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n border-radius: 4rpx;\n padding-top: 20rpx;\n padding-bottom: 20rpx;\n padding-left: 32rpx;\n padding-right: 32rpx;\n text-transform: uppercase;\n font-weight: 500;\n}\n",
    "component_name": "GalaxyGentleSeahorse53"
  },
  "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": "medium",
    "bundle_size": 430,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:36.428Z",
  "updated_at": "2025-07-31T07:55:36.428Z"
}