Components
interactive 3D globe that allows you to rotate and zoom in on Earth with intuitive mouse controls
Loading preview...
import RotatingEarth from "@/components/ui/wireframe-dotted-globe";
export default function DemoOne() {
return <RotatingEarth />;
}