{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "load-ripple", "type": "registry:ui", "title": "Load Ripple", "description": "A simple ripple loader with 5 animated circles and staggered timing.", "files": [ { "path": "registry/ruixenui/load-ripple.tsx", "content": "\"use client\";\n\nimport * as React from \"react\";\n\nexport const LoadRipple: React.FC = () => {\n return (\n
\n {/* Ripple circles */}\n \n \n \n \n \n
\n );\n};\n", "type": "registry:ui", "target": "components/ruixen/load-ripple.tsx" } ], "css": { "load-ripple": { "0%": { "transform": "scale(0.2)", "opacity": "0.8" }, "70%": { "transform": "scale(1)", "opacity": "0" }, "100%": { "opacity": "0" } } } }