Components
Loading preview...
Component that creates a dynamic, colorful wave animation as a canvas background. Ideal for visually captivating hero sections, blending smooth animations with deep blues, purples, and gray tones for an engaging dark theme.
npx shadcn@latest add https://21st.dev/r/minhxthanh/dynamic-wave-canvas-background// This is file with demos of your component
// Each export is one usecase for your component
import HeroWave from "@/components/ui/dynamic-wave-canvas-background";
const DemoOne = () => {
return <HeroWave />;
};
export { DemoOne };