Atoms
Spinner
A loading spinner indicator.
FormanceCustom component built for Formance products.
Installation#
npx shadcn@latest add @formance/spinnerInstall the following dependencies:
npm install lucide-reactCopy and paste the following code into your project.
Update the import paths to match your project setup.
Usage#
import { Spinner } from '@/components/ui/spinner'<Spinner />