Components
Loading preview...
Liquid Effect Animation
npx shadcn@latest add https://21st.dev/r/minhxthanh/liquid-effect-animationimport { LiquidEffectAnimation } from "@/components/ui/liquid-effect-animation";
export default function DemoOne() {
return <LiquidEffectAnimation />;
}