Spinner
A production-ready component built with React and Tailwind CSS
Installation
Add this component to your project using the CLI
npx shadcn@latest add @clamo/spinnerUsage
Import and use the component in your application
import { Spinner } from "@/components/ui/spinner"
export function Example() {
return <Spinner />
}Preview
Interactive preview of the component
Loading...Loading...Loading...