Search for a command to run...
A simple loading spinner using the Phosphor SpinnerIcon with a spin animation.
import { Spinner } from "@/components/ui/spinner" export default function Example() { return <Spinner /> }