Components
Loading preview...
Use this color-changing 3d orb in your site to give it a Hi-fi vibes
@vaib215
npx shadcn@latest add https://21st.dev/r/vaib215/3d-orbimport Globe from "@/components/ui/3d-orb";
export default function DemoOne() {
return <main className="relative min-h-screen bg-black overflow-hidden"><Globe /></main>;
}