Components
Loading preview...
The colorful blobs should be rotating smoothly with their beautiful gradient colors and screen blend mode effects.
npx shadcn@latest add https://21st.dev/r/designali-in/blobsimport { AnimatedBlobs } from "@/components/ui/blobs";
export default function DemoOne() {
return <AnimatedBlobs />;
}