SYS:ONLINE● ACTIVE
THEME
GITHUBv0.1.0

SKELETON

Loading placeholder block that animates with a pulsing glow.

PREVIEW

INSTALLATION

BASH
npx shadcn@latest add @scificn/skeleton

USAGE

TSX
import { Skeleton } from '@scificn/ui'

export function Loading() {
  return (
    <div className="flex flex-col gap-2">
      <Skeleton className="h-4 w-48" />
      <Skeleton className="h-4 w-64" />
    </div>
  )
}

PROPS

PROPTYPEDEFAULTDESCRIPTION
classNamestringUse Tailwind h-* and w-* to control size.