Saaj UI

Skeleton

Display a placeholder while content is loading.

Installation

npx saaj add skeleton

Usage

import { Skeleton } from '@/components/ui/skeleton';
 
export function SkeletonDemo() {
  return (
    <Skeleton width={200} height={100} />
  );
}

On this page