This component no longer exists. It was in ondo-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-09 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
spinner
ondo-ui/spinnerRemovedComponent
An indicator that can be used to show a loading state.
Install it
npx shadcn@latest add https://ui.ondo.dou.so/r/spinner.jsonSource
1import { cn } from "@/lib/utils"2import { IconLoader } from "@tabler/icons-react"34function Spinner({ className, ...props }: React.ComponentProps<"svg">) {5 return (6 <IconLoader data-slot="spinner" role="status" aria-label="Loading" className={cn("size-4 animate-spin", className)} {...props} />7 )8}910export { Spinner }
What it pulls in
npm packages
Other registry items
