Loader

The twelve-spoke spinner, ticking around in steps like the original.

Connecting to iDisk…
installnpx shadcn@latest add @aqua/loader

Usage

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.