Use to show a placeholder while content is loading.
npx ghost-ui-native add skeleton
import { Skeleton } from '@/components/ui/skeleton';
<Skeleton className="h-12 w-full rounded-xl" /> <Skeleton className="size-10 rounded-full" />