Components
Loading preview...
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.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/interactive-wavesimport Waves from "@/components/ui/interactive-waves";
export default function DemoOne() {
return <Waves />;
}