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