{
  "id": "JaydipPrajapati1910_smart-falcon-33",
  "name": "smart-falcon-33",
  "category": "loaders",
  "author": "JaydipPrajapati1910",
  "description": "smart-falcon-33 组件 (loader, circle, colorful, circle loader, animation, gradient)",
  "tags": [
    "loader",
    "circle",
    "colorful",
    "circle loader",
    "animation",
    "gradient"
  ],
  "original": {
    "html": "<div class=\"loader\">\n  <span></span>\n</div>",
    "css": "/* From Uiverse.io by JaydipPrajapati1910 - Tags: loader, circle, colorful, circle loader */\n.loader {\n  position: relative;\n  width: 160px;\n  height: 160px;\n  border: 4px solid #282828;\n  overflow: hidden;\n  border-radius: 50%;\n  box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1),\n    10px 10px 10px rgba(0, 0, 0, 0.4),\n    inset -5px -5px 5px rgba(255, 255, 255, 0.2),\n    inset 10px 10px 10px rgba(0, 0, 0, 0.4);\n}\n\n.loader:before {\n  content: \"\";\n  position: absolute;\n  top: 25px;\n  left: 25px;\n  right: 25px;\n  bottom: 25px;\n  z-index: 10;\n  background: #212121;\n  border-radius: 50%;\n  border: 2px solid #292929;\n  box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.2),\n    inset 3px 3px 5px rgba(0, 0, 0, 0.5);\n}\n\n.loader span {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  border-radius: 50%;\n  background-image: linear-gradient(\n    -225deg,\n    #ff7402 0%,\n    #ffe700 50%,\n    #fff55e 100%\n  );\n  filter: blur(20px);\n  z-index: -1;\n  animation: animate 0.5s linear infinite;\n}\n\n@keyframes animate {\n  0% {\n    transform: rotate(0deg);\n  }\n\n  100% {\n    transform: rotate(360deg);\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/JaydipPrajapati1910_smart-falcon-33.html"
  },
  "uniapp": {
    "template": "<view class=\"loader\"></view>\n  <text></text>\n</div>",
    "script": "export default {\n  name: 'GalaxySmartFalcon33',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by JaydipPrajapati1910 - Tags: loader, circle, colorful, circle loader */\n.loader {\n  position: relative;\n  width: 320rpx;\n  height: 320rpx;\n  border: 8rpx solid #282828;\n  overflow: hidden;\n  border-radius: 50%;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: -10rpx -10rpx 10rpx rgba(255, 255, 255, 0.1),\n    20rpx 20rpx 20rpx rgba(0, 0, 0, 0.4),\n    inset -10rpx -10rpx 10rpx rgba(255, 255, 255, 0.2),\n    inset 20rpx 20rpx 20rpx rgba(0, 0, 0, 0.4);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n.loader:before {\n  content: \"\";\n  position: absolute;\n  top: 50rpx;\n  left: 50rpx;\n  right: 50rpx;\n  bottom: 50rpx;\n  z-index: 10;\n  background: #212121;\n  border-radius: 50%;\n  border: 4rpx solid #292929;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: inset -4rpx -4rpx 10rpx rgba(255, 255, 255, 0.2),\n    inset 6rpx 6rpx 10rpx rgba(0, 0, 0, 0.5);\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n.loader span {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  border-radius: 50%;\n  background-image: linear-gradient(\n    -225deg,\n    #ff7402 0%,\n    #ffe700 50%,\n    #fff55e 100%\n  );\n  \n  z-index: -1;\n  animation: animate 0.5s linear infinite;\n}\n\n@keyframes animate {\n  0% {\n    transform: rotate(0deg);\n  }\n\n  100% {\n    transform: rotate(360deg);\n  }\n}\n\n  \n\n",
    "component_name": "GalaxySmartFalcon33"
  },
  "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": [
        "不支持 box-shadow 属性",
        "不支持 filter 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性",
        "不支持 filter 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 1163,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:39.414Z",
  "updated_at": "2025-07-31T07:55:39.414Z"
}