galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
96 lines • 4.03 kB
JSON
{
"id": "doniaskima_cowardly-frog-28",
"name": "cowardly-frog-28",
"category": "loaders",
"author": "doniaskima",
"description": "cowardly-frog-28 组件 (simple, material design, neumorphism, skeuomorphism, glassmorphism, flashy, loader, animation, gradient)",
"tags": [
"simple",
"material design",
"neumorphism",
"skeuomorphism",
"glassmorphism",
"flashy",
"loader",
"animation",
"gradient"
],
"original": {
"html": "<div class=\"loader\"></div>",
"css": "/* From Uiverse.io by doniaskima - Tags: simple, material design, neumorphism, skeuomorphism, glassmorphism, flashy, loader */\n/* HTML: <div class=\"loader\"></div> */\n.loader {\n width: 100px;\n height: 60px;\n display: flex;\n animation: l12-0 2s infinite linear;\n}\n\n.loader::before,\n.loader::after {\n content: \"\";\n flex: 4;\n background: radial-gradient(at 50% 20%,#0000,#000a) bottom left/20px 20px repeat-x,\n linear-gradient(red 0 0) bottom/100% 20px no-repeat\n #ddd;\n -webkit-mask: repeating-linear-gradient(90deg,#000 0 4px,#0000 0 20px) 8px 0,\n radial-gradient(farthest-side,#000 90%,#0000) left bottom/20px 20px repeat-x;\n}\n\n.loader::after {\n flex: 1;\n transform-origin: top;\n animation: l12-1 1s cubic-bezier(0,20,1,20) infinite;\n}\n\n@keyframes l12-0 {\n \n 0%,49.9% {\n transform: scaleX(1)\n }\n\n 50%,100% {\n transform: scaleX(-1)\n }\n}\n\n@keyframes l12-1 {\n \n 100% {\n transform: rotate(-2deg)\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/doniaskima_cowardly-frog-28.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>",
"script": "export default {\n name: 'GalaxyCowardlyFrog28',\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: simple, material design, neumorphism, skeuomorphism, glassmorphism, flashy, loader */\n/* HTML: <div class=\"loader\"></div> */\n.loader {\n width: 200rpx;\n height: 120rpx;\n display: flex;\n animation: l12-0 2s infinite linear;\n}\n\n.loader::before,\n.loader::after {\n content: \"\";\n flex: 4;\n background: radial-gradient(at 50% 20%,#0000,#000a) bottom left/40rpx 40rpx repeat-x,\n linear-gradient(red 0 0) bottom/100% 40rpx no-repeat\n #ddd;\n -webkit-\n}\n\n.loader::after {\n flex: 1;\n transform-origin: top;\n animation: l12-1 1s cubic-bezier(0,20,1,20) infinite;\n}\n\n@keyframes l12-0 {\n \n 0%,49.9% {\n transform: scaleX(1)\n }\n\n 50%,100% {\n transform: scaleX(-1)\n }\n}\n\n@keyframes l12-1 {\n \n 100% {\n transform: rotate(-2deg)\n }\n}\n",
"component_name": "GalaxyCowardlyFrog28"
},
"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": [
"不支持 mask 属性"
],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [
"不支持 mask 属性"
],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "medium",
"bundle_size": 960,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:41.260Z",
"updated_at": "2025-07-31T07:55:41.260Z"
}