Components
Loading preview...
Svg Blob Animation background
@easemize
npx shadcn@latest add https://21st.dev/r/easemize/svg-blob-animationimport { SvgBlobAnimation } from "@/components/ui/svg-blob-animation";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<SvgBlobAnimation />
</div>
);
};
export { DemoOne };