Skeleton

A placeholder for content loading states.

tsx
import { Skeleton } from '@xdev-asia/x-ui-react';

Example

Props

  • width - Width of skeleton
  • height - Height of skeleton
  • variant - 'text' | 'circular' | 'rectangular'
  • animation - 'pulse' | 'wave' | 'none'