{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "rotating-gradient-right", "type": "registry:ui", "title": "Rotating Gradient Right", "description": "Rotating conic gradient animation with centered card content", "dependencies": [ "lucide-react" ], "files": [ { "path": "registry/ruixenui/rotating-gradient-right.tsx", "content": "\"use client\";\n\nimport { Card, CardContent } from \"@/components/ui/card\";\nimport { Button } from \"@/components/ui/button\";\nimport { ArrowRight } from \"lucide-react\";\n\nexport default function RotatingGradientRight() {\n return (\n
\n
\n {/* LEFT: Text */}\n
\n {/* Rotating conic gradient glow */}\n
\n \n
\n\n {/* Black card inside the glow */}\n \n \n
\n Ruixen UI\n 99 / 99\n
\n\n {/* Progress bar */}\n
\n \n
\n\n

\n Building components… please keep the project open until the\n process is complete.\n

\n\n \n Cancel\n \n
\n
\n
\n\n {/* RIGHT: Rotating gradient with black card */}\n
\n

\n Ruixen UI{\" \"}\n \n Build beautiful, modern interfaces with our comprehensive\n component library. No setup, no configuration needed.\n \n

\n \n
\n
\n
\n );\n}\n", "type": "registry:ui", "target": "components/ruixen/rotating-gradient-right.tsx" } ], "css": { "@keyframes spin": { "from": { "transform": "rotate(0deg)" }, "to": { "transform": "rotate(360deg)" } } } }