Display a skeleton whilst another component is loading.
import { Skeleton } from "@/components/ui/skeleton-1"; export default function PillDemo() { return <Skeleton pill width={48} />; }
Part of Geist — browse the full library on 21st.dev.