A full-screen, generative art login experience where a dynamic soundwave visualization reacts in the background, providing a futuristic and secure feel to the authentication process.
import SoundwaveCanvas from "@/components/ui/signal-authentication"; export default function Demo() { return ( <div className="h-screen w-screen overflow-hidden [&>canvas]:block [&>canvas]:h-full [&>canvas]:w-full"> <SoundwaveCanvas /> </div> ); }