Components
Loading preview...
Soft gradient Background Animation
@easemize
npx shadcn@latest add https://21st.dev/r/easemize/soft-gradient-background-animationimport { 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 };