galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
87 lines • 3.18 kB
JSON
{
"id": "Subaashbala_red-baboon-28",
"name": "red-baboon-28",
"category": "loaders",
"author": "Subaashbala",
"description": "red-baboon-28 组件 (loader, smooth, loading animation, animation)",
"tags": [
"loader",
"smooth",
"loading animation",
"animation"
],
"original": {
"html": "<div class=\"loader\">\n <span><</span>\n <span>LOADING</span>\n <span>/></span>\n</div>",
"css": "/* From Uiverse.io by Subaashbala - Tags: loader, smooth, loading animation */\n.loader {\n font-size: 2em;\n font-weight: 900;\n}\n.loader > * {\n color: black;\n}\n.loader span {\n display: inline-flex;\n}\n.loader span:nth-child(2) {\n letter-spacing: -1em;\n overflow: hidden;\n animation: reveal 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite\n alternate;\n}\n@keyframes reveal {\n 0%,\n 100% {\n opacity: 0.5;\n letter-spacing: -1em;\n }\n 50% {\n opacity: 1;\n letter-spacing: 0em;\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/Subaashbala_red-baboon-28.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>\n <text><</text>\n <text>LOADING</text>\n <text>/></text>\n</div>",
"script": "export default {\n name: 'GalaxyRedBaboon28',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by Subaashbala - Tags: loader, smooth, loading animation */\n.loader {\n font-size: 2em;\n font-weight: 900;\n}\n.loader > * {\n color: black;\n}\n.loader span {\n display: inline-flex;\n}\n.loader span:nth-child(2) {\n letter-spacing: -1em;\n overflow: hidden;\n animation: reveal 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite\n alternate;\n}\n@keyframes reveal {\n 0%,\n 100% {\n opacity: 0.5;\n letter-spacing: -1em;\n }\n 50% {\n opacity: 1;\n letter-spacing: 0em;\n }\n}\n\n",
"component_name": "GalaxyRedBaboon28"
},
"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": "是否禁用"
}
],
"events": [],
"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": 603,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:40.630Z",
"updated_at": "2025-07-31T07:55:40.630Z"
}