Loader
The twelve-spoke spinner, ticking around in steps like the original.
Connecting to iDisk…
install
npx shadcn@latest add @aqua/loaderUsage
import { Loader } from "@/components/ui/loader"
<Loader />
<Loader className="size-4 text-white" />The spokes tick around in twelve discrete steps, the way the original spinner did — no smooth rotation. Size and color come from className (currentColor fills the spokes), and it holds still under prefers-reduced-motion.