Components
Loading preview...
interactive 3D globe that allows you to rotate and zoom in on Earth with intuitive mouse controls
npx shadcn@latest add https://21st.dev/r/moazamtrade/wireframe-dotted-globeimport RotatingEarth from "@/components/ui/wireframe-dotted-globe";
export default function DemoOne() {
return <RotatingEarth />;
}