Spinner
A loading spinner indicator.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/spinnerUsage
Import the component from the package:
import { Spinner } from "@/registry/ui/spinner"Then use it in your application:
<Spinner />