Components
npx shadcn@latest add https://21st.dev/r/easemize/svg-blob-animationLoading preview...
import { 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 };