Command Palette

Search for a command to run...

Spinner

A simple loading spinner using the Phosphor SpinnerIcon with a spin animation.

Installation

npx shadcn add spinner --registry https://ui.ch.sh/r

Usage

import { Spinner } from "@/components/ui/spinner"

export default function Example() {
  return <Spinner />
}

Examples

Sizes