Components
Orbital Loader A cosmic-themed loader where planets orbit around a glowing sun, adding life to wait times. Perfect for futuristic apps, dashboards, or science-inspired UIs.
Loading preview...
import Loader from "@/components/ui/loader-8";
export default function DemoOne() {
return <Loader />;
}