Components
npx shadcn@latest add https://21st.dev/r/easemize/soft-gradient-background-animationLoading preview...
import { BgradientAnim } from "@/components/ui/soft-gradient-background-animation";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<BgradientAnim />
</div>
);
};
export { DemoOne };