Command Menu

Search documentation, components, and switch theme.

Atoms

Skeleton

A placeholder loading state for content.

shadcn/ui
Docs

Installation#

npx shadcn@latest add @formance/skeleton

Copy 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]" />

Examples#

Card#