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