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