Components
Loading preview...
This component creates a smooth, continuously rotating conic gradient glow behind any content. The gradient’s vibrant colors transition seamlessly as it spins, producing a dynamic spotlight effect. Its blurred, oversized shape adds depth and a soft ambient light, making foreground elements stand out.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/rotating-gradient-rightimport RotatingGradientRight from "@/components/ui/rotating-gradient-right";
export default function DemoOne() {
return <RotatingGradientRight />;
}