Atoms
Skeleton
A placeholder loading state for content.
shadcn/uiBased on shadcn/ui with Formance brand styling.
Installation#
npx shadcn@latest add @formance/skeletonCopy and paste the following code into your project.
Update the import paths to match your project setup.
Usage#
import { Skeleton } from '@/components/ui/skeleton'<Skeleton className="h-4 w-[250px]" />