Components
Loading preview...
A customisable orbital loader component for indicating loading states in your application. Features smooth orbital animations and optional loading messages.
@molecule-ui
npx shadcn@latest add https://21st.dev/r/molecule-lab-rushil/orbital-loaderimport { OrbitalLoader } from "@/components/ui/orbital-loader";
export default function DemoOne() {
return <OrbitalLoader />;
}