Components
Loading preview...
This code creates a dynamic, immersive WebGL background featuring a swirling, organic "neuro" effect that reacts to user interaction
npx shadcn@latest add https://21st.dev/r/minhxthanh/interactive-neural-vortex-backgroundimport InteractiveNeuralVortex from "@/components/ui/interactive-neural-vortex-background";
const DemoOne = () => {
return <InteractiveNeuralVortex />;
};
export { DemoOne };