galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
93 lines • 3.77 kB
JSON
{
"id": "vk-uiux_neat-goat-26",
"name": "neat-goat-26",
"category": "loaders",
"author": "vk-uiux",
"description": "neat-goat-26 组件 (animation, loading, card, loader, placeholder, animated, css, css effect, skeleton loading, gradient)",
"tags": [
"animation",
"loading",
"card",
"loader",
"placeholder",
"animated",
"css",
"css effect",
"skeleton loading",
"gradient"
],
"original": {
"html": "<div class=\"card\">\n <div class=\"card__skeleton card__title\"></div>\n <div class=\"card__skeleton card__description\"> </div>\n</div>",
"css": "/* From Uiverse.io by vk-uiux - Tags: animation, loading, card, loader, placeholder, animated, css, css effect, skeleton loading */\n.card {\n width: 18rem;\n padding: 1rem;\n text-align: center;\n border-radius: .8rem;\n background-color: white;\n}\n\n.card__skeleton {\n background-image: linear-gradient(\n\t\t90deg,\n\t\t#ccc 0px,\n\t\trgb(229 229 229 / 90%) 40px,\n\t\t#ccc 80px\n\t);\n background-size: 300%;\n background-position: 100% 0;\n border-radius: inherit;\n animation: shimmer 1.5s infinite;\n}\n\n.card__title {\n height: 15px;\n margin-bottom: 15px;\n}\n\n.card__description {\n height: 100px;\n}\n\n@keyframes shimmer {\n to {\n background-position: -100% 0;\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/vk-uiux_neat-goat-26.html"
},
"uniapp": {
"template": "<view class=\"card\"></view>\n <view class=\"card__skeleton card__title\"></view>\n <view class=\"card__skeleton card__description\"> </view>\n</div>",
"script": "export default {\n name: 'GalaxyNeatGoat26',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by vk-uiux - Tags: animation, loading, card, loader, placeholder, animated, css, css effect, skeleton loading */\n.card {\n width: 18rem;\n padding: 1rem;\n text-align: center;\n border-radius: .8rem;\n background-color: white;\n}\n\n.card__skeleton {\n background-image: linear-gradient(\n\t\t90deg,\n\t\t#ccc 0rpx,\n\t\trgb(229 229 229 / 90%) 80rpx,\n\t\t#ccc 160rpx\n\t);\n background-size: 300%;\n background-position: 100% 0;\n border-radius: inherit;\n animation: shimmer 1.5s infinite;\n}\n\n.card__title {\n height: 30rpx;\n margin-bottom: 30rpx;\n}\n\n.card__description {\n height: 200rpx;\n}\n\n@keyframes shimmer {\n to {\n background-position: -100% 0;\n }\n}\n",
"component_name": "GalaxyNeatGoat26"
},
"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": 801,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.833Z",
"updated_at": "2025-07-31T07:55:42.833Z"
}