Skip to content

Skeleton

Demo


Shows an skeleton component.

Installation

Terminal window
npx @react-native-reusables/cli@latest add skeleton

Usage

import { Skeleton } from '~/components/ui/skeleton';
function Example() {
return (
<Skeleton className='h-12 w-12 rounded-full' />
);
}

Props

Skeleton

Extends View props except for style.