galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
108 lines • 4.93 kB
JSON
{
"id": "cssbuttons-io_calm-tiger-42",
"name": "calm-tiger-42",
"category": "buttons",
"author": "cssbuttons-io",
"description": "calm-tiger-42 组件 (button, animation, interactive)",
"tags": [
"button",
"animation",
"interactive"
],
"original": {
"html": "<button class=\"button\"> Get in touch\n</button>",
"css": "/* From Uiverse.io by cssbuttons-io - Tags: button */\n.button {\n display: inline-block;\n padding: 12px 24px;\n border: 1px solid #4f4f4f;\n border-radius: 4px;\n transition: all 0.2s ease-in;\n position: relative;\n overflow: hidden;\n font-size: 19px;\n color: black;\n z-index: 1;\n}\n\n.button:before {\n content: \"\";\n position: absolute;\n left: 50%;\n transform: translateX(-50%) scaleY(1) scaleX(1.25);\n top: 100%;\n width: 140%;\n height: 180%;\n background-color: rgba(0, 0, 0, 0.05);\n border-radius: 50%;\n display: block;\n transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);\n z-index: -1;\n}\n\n.button:after {\n content: \"\";\n position: absolute;\n left: 55%;\n transform: translateX(-50%) scaleY(1) scaleX(1.45);\n top: 180%;\n width: 160%;\n height: 190%;\n background-color: #39bda7;\n border-radius: 50%;\n display: block;\n transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);\n z-index: -1;\n}\n\n.button:hover {\n color: #ffffff;\n border: 1px solid #39bda7;\n}\n\n.button:hover:before {\n top: -35%;\n background-color: #39bda7;\n transform: translateX(-50%) scaleY(1.3) scaleX(0.8);\n}\n\n.button:hover:after {\n top: -45%;\n background-color: #39bda7;\n transform: translateX(-50%) scaleY(1.3) scaleX(0.8);\n}",
"file_path": "/mnt/persist/workspace/Buttons/cssbuttons-io_calm-tiger-42.html"
},
"uniapp": {
"template": "<button class=\"button\"></button> Get in touch\n</button>",
"script": "export default {\n name: 'GalaxyCalmTiger42',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by cssbuttons-io - Tags: button */\n.button {\n display: inline-block;\n padding: 24rpx 48rpx;\n border: 2rpx solid #4f4f4f;\n border-radius: 8rpx;\n transition: all 0.2s ease-in;\n position: relative;\n overflow: hidden;\n font-size: 38rpx;\n color: black;\n z-index: 1;\n}\n\n.button:before {\n content: \"\";\n position: absolute;\n left: 50%;\n transform: translateX(-50%) scaleY(1) scaleX(1.25);\n top: 100%;\n width: 140%;\n height: 180%;\n background-color: rgba(0, 0, 0, 0.05);\n border-radius: 50%;\n display: block;\n transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);\n z-index: -1;\n}\n\n.button:after {\n content: \"\";\n position: absolute;\n left: 55%;\n transform: translateX(-50%) scaleY(1) scaleX(1.45);\n top: 180%;\n width: 160%;\n height: 190%;\n background-color: #39bda7;\n border-radius: 50%;\n display: block;\n transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);\n z-index: -1;\n}\n\n.button:hover {\n color: #ffffff;\n border: 2rpx solid #39bda7;\n}\n\n.button:hover:before {\n top: -35%;\n background-color: #39bda7;\n transform: translateX(-50%) scaleY(1.3) scaleX(0.8);\n}\n\n.button:hover:after {\n top: -45%;\n background-color: #39bda7;\n transform: translateX(-50%) scaleY(1.3) scaleX(0.8);\n}\n",
"component_name": "GalaxyCalmTiger42"
},
"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": 1238,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:36.169Z",
"updated_at": "2025-07-31T07:55:36.169Z"
}