SkeletonUse to show a placeholder while content is loading.Shadcn UIdemo.tsxExpand codeimport { Skeleton } from "@notion-kit/shadcn"; export default function Demo() { return ( <div className="flex items-center space-x-4"> <Skeleton className="h-12 w-12 rounded-full" /> <div className="space-y-2"> <Skeleton className="h-4 w-[250px]" /> <Skeleton className="h-4 w-[200px]" /> </div> </div> ); } Installation Notion Kit Shadcnpnpm add @notion-kit/shadcn API Reference Skeleton An Skeleton extends the HTML <div> component.PreviousSingle Image DropzoneNextSpinner