{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "ripple-circles", "type": "registry:ui", "title": "Ripple Circles", "description": "Animated ripple circles loader with gradient backgrounds and backdrop blur.", "files": [ { "path": "registry/ruixenui/ripple-circles.tsx", "content": "\"use client\";\n\nimport * as React from \"react\";\n\nexport const RippleCircles: React.FC = () => {\n return (\n
\n {/* Ripple circles */}\n \n \n \n \n \n
\n );\n};\n", "type": "registry:ui", "target": "components/ruixen/ripple-circles.tsx" } ], "css": { "ripple-circles": { "0%": { "transform": "scale(1)", "box-shadow": "0 10px 10px rgba(0, 0, 0, 0.3)" }, "50%": { "transform": "scale(1.3)", "box-shadow": "0 30px 20px rgba(0, 0, 0, 0.3)" }, "100%": { "transform": "scale(1)", "box-shadow": "0 10px 10px rgba(0, 0, 0, 0.3)" } } } }