Skeleton

Use to show a placeholder while content is loading.

Installation

npx ghost-ui-native add skeleton

Usage

import { Skeleton } from '@/components/ui/skeleton';
<Skeleton className="h-12 w-full rounded-xl" />
<Skeleton className="size-10 rounded-full" />