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