Components
Skeleton
Overview
Skeleton
is a React Native component that serves as a placeholder for content during the loading state,
providing a smooth, pulsating animation similar to TailwindCSS’s animate-pulse.
Preview
Light mode
Dark mode
Installation
npx nativecn-ui add Skeleton
Properties
className?: string
(optional) - The classes for theView
container.
Usage
<Skeleton className="w-48 h-4 mb-1" />
<Skeleton className="w-60 h-4 mb-1" />
<Skeleton className="w-36 h-4" />