galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
88 lines • 3.56 kB
JSON
{
"id": "doniaskima_hard-rattlesnake-83",
"name": "hard-rattlesnake-83",
"category": "loaders",
"author": "doniaskima",
"description": "hard-rattlesnake-83 组件 (material design, neumorphism, loader, animation, gradient)",
"tags": [
"material design",
"neumorphism",
"loader",
"animation",
"gradient"
],
"original": {
"html": "<div class=\"loader\"></div>",
"css": "/* From Uiverse.io by doniaskima - Tags: material design, neumorphism, loader */\n/* HTML: <div class=\"loader\"></div> */\n.loader {\n height: 80px;\n width: 20px;\n color: #514b82;\n background: radial-gradient(farthest-side,currentColor 94%,#0000 ) top/8px 8px,\n linear-gradient(currentColor 0 0) top/4px 70%,\n conic-gradient(from -30deg at bottom,#0000,currentColor 2deg 58deg,#0000 60deg) bottom /100% 20px,\n conic-gradient(from 150deg at top ,#0000,currentColor 2deg 58deg,#0000 60deg) bottom 20px left 0/100% 20px;\n background-repeat: no-repeat;\n transform-origin: 50% 4px;\n animation: l15 2s infinite cubic-bezier(0.5,300,0.5,-300);\n}\n\n@keyframes l15 {\n \n 100% {\n transform: rotate(0.5deg)\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/doniaskima_hard-rattlesnake-83.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>",
"script": "export default {\n name: 'GalaxyHardRattlesnake83',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by doniaskima - Tags: material design, neumorphism, loader */\n/* HTML: <div class=\"loader\"></div> */\n.loader {\n height: 160rpx;\n width: 40rpx;\n color: #514b82;\n background: radial-gradient(farthest-side,currentColor 94%,#0000 ) top/16rpx 16rpx,\n linear-gradient(currentColor 0 0) top/8rpx 70%,\n conic-gradient(from -30deg at bottom,#0000,currentColor 2deg 58deg,#0000 60deg) bottom /100% 40rpx,\n conic-gradient(from 150deg at top ,#0000,currentColor 2deg 58deg,#0000 60deg) bottom 40rpx left 0/100% 40rpx;\n background-repeat: no-repeat;\n transform-origin: 50% 8rpx;\n animation: l15 2s infinite cubic-bezier(0.5,300,0.5,-300);\n}\n\n@keyframes l15 {\n \n 100% {\n transform: rotate(0.5deg)\n }\n}\n",
"component_name": "GalaxyHardRattlesnake83"
},
"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": 758,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:41.275Z",
"updated_at": "2025-07-31T07:55:41.275Z"
}