Components
this Component includes the custom AWaves element, the necessary styling, and the interactive canvas. I also included a standard Perlin noise generator that was needed for the wave effect.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/interactive-wavesLoading preview...
import Waves from "@/components/ui/interactive-waves";
export default function DemoOne() {
return <Waves />;
}