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