Components
Loading preview...
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.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/celestial-orreryimport { Component } from "@/components/ui/celestial-orrery";
export default function DemoOne() {
return <Component />;
}