Components
Loading preview...
This is a self-contained React component that displays a rotating globe with twinkling stars using Tailwind CSS. It features smooth animations for both the globe and stars, a glowing shadow effect, and fully inline styling for easy integration.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/globeimport Globe from "@/components/ui/globe";
export default function DemoOne() {
return <Globe />;
}