{
  "id": "Cksunandh_nice-panda-34",
  "name": "nice-panda-34",
  "category": "loaders",
  "author": "Cksunandh",
  "description": "nice-panda-34 组件 (loader, animation)",
  "tags": [
    "loader",
    "animation"
  ],
  "original": {
    "html": "<div class=\"cssloader\">\n  <div class=\"triangle1\"></div>\n  <div class=\"triangle2\"></div>\n  <p class=\"text\">Please Wait</p>\n</div>",
    "css": "/* From Uiverse.io by Cksunandh  - Tags: loader */\n.triangle1 {\n  width: 0;\n  height: 0;\n  border-style: solid;\n  border-width: 50px 50px 0 0;\n  border-color: #8086e0 transparent transparent transparent;\n  margin: 0 auto;\n  animation: shk1 1s ease-in-out infinite normal;\n}\n\n.triangle2 {\n  width: 0;\n  height: 0;\n  border-style: solid;\n  border-width: 0 0 50px 50px;\n  border-color: transparent transparent #6554b388 transparent;\n  margin: -50px auto 0;\n  animation: shk2 1s ease-in-out infinite alternate;\n}\n@keyframes shk1 {\n  0% {\n    transform: rotate(-360deg);\n  }\n\n  100% {\n  }\n}\n\n@keyframes shk2 {\n  0% {\n    transform: rotate(360deg);\n  }\n  100% {\n  }\n}\n\n.text {\n  color: #949494;\n  margin: 30px auto;\n  text-align: center;\n  font-weight: 500;\n  letter-spacing: 4px;\n}",
    "file_path": "/mnt/persist/workspace/loaders/Cksunandh_nice-panda-34.html"
  },
  "uniapp": {
    "template": "<view class=\"cssloader\"></view>\n  <view class=\"triangle1\"></view>\n  <view class=\"triangle2\"></view>\n  <text class=\"text\">Please Wait</text>\n</div>",
    "script": "export default {\n  name: 'GalaxyNicePanda34',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Cksunandh  - Tags: loader */\n.triangle1 {\n  width: 0;\n  height: 0;\n  border-style: solid;\n  border-width: 100rpx 100rpx 0 0;\n  border-color: #8086e0 transparent transparent transparent;\n  margin: 0 auto;\n  animation: shk1 1s ease-in-out infinite normal;\n}\n\n.triangle2 {\n  width: 0;\n  height: 0;\n  border-style: solid;\n  border-width: 0 0 100rpx 100rpx;\n  border-color: transparent transparent #6554b388 transparent;\n  margin: -100rpx auto 0;\n  animation: shk2 1s ease-in-out infinite alternate;\n}\n@keyframes shk1 {\n  0% {\n    transform: rotate(-360deg);\n  }\n\n  100% {\n  }\n}\n\n@keyframes shk2 {\n  0% {\n    transform: rotate(360deg);\n  }\n  100% {\n  }\n}\n\n.text {\n  color: #949494;\n  margin: 60rpx auto;\n  text-align: center;\n  font-weight: 500;\n  letter-spacing: 8rpx;\n}\n\n",
    "component_name": "GalaxyNicePanda34"
  },
  "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": 914,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.074Z",
  "updated_at": "2025-07-31T07:55:39.074Z"
}