Components
Modern animated globe component with flowing orbital trails and adaptive theme support.
npx shadcn@latest add https://21st.dev/r/samsiavoshian2009/globeLoading preview...
import { Component } from "@/components/ui/globe";
export default function DemoOne() {
return <Component />;
}