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