Components
A cosmic background component that simulates glowing planets orbiting along intricate paths, with faint constellation glyphs twinkling in the distance. Perfect for hero sections, loaders, or immersive UI scenes.
Loading preview...
import { Component } from "@/components/ui/celestial-orrery";
export default function DemoOne() {
return <Component />;
}