VitNode

Skeleton

Provides a placeholder to indicate where content will appear while it is still loading.

Shadcn UI

This component is part of Shadcn UI.

Preview

Usage

import { Skeleton } from 'vitnode-frontend/components/ui/skeleton';
<Skeleton className="h-[20px] w-[100px] rounded-full" />

On this page