Components
Loading preview...
Animated Blur Blob background
@easemize
npx shadcn@latest add https://21st.dev/r/easemize/animated-blur-blob-backgroundimport { AnimatedBackground } from "@/components/ui/animated-blur-blob-background";
const DemoOne = () => {
return (
<AnimatedBackground />
);
};
export { DemoOne };