Dynamic Wave Canvas Background | Community Components | 21st
/Dynamic Wave Canvas Background
Dynamic Wave Canvas Background
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.
// This is file with demos of your component// Each export is one usecase for your componentimport HeroWave from "@/components/ui/dynamic-wave-canvas-background";const DemoOne = () => { return <HeroWave />;};export { DemoOne };