Components
See the data split into its core components. A prismatic, shifting wave that separates and distorts with your focus
npx @21st-dev/cli add dhileepkumargm/chromatic-waveLoading preview...
import ChromaticWaveCanvas from "@/components/ui/chromatic-wave";
export default function DemoOne() {
return (
<div className="relative h-screen w-full flex flex-col items-center justify-center overflow-hidden">
<ChromaticWaveCanvas />
</div>
);
};