Components
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.
Loading preview...
import Globe from "@/components/ui/globe";
export default function DemoOne() {
return <Globe />;
}