Uqudo UIregistry

Skeleton

Use to show a placeholder while content is loading.

Installation

npx shadcn@latest add @uqudo/skeleton

Usage

import { Skeleton } from "@/components/uqudo/ui/skeleton"
<Skeleton className="h-4 w-[250px]" />

The component has no intrinsic size. Give it the dimensions of the content it stands in for, and override the rounded-2xl corners when you need a circle or a sharper box.

Examples

Card

API Reference

Skeleton

Prop

Type

The rendered element carries data-slot="skeleton".

On this page