❤️ Support our project - Your donation helps us continue developing awesome tools!


Docs
Skeleton

Skeleton

Use to show a placeholder while content is loading.

A skeleton component.

Installation

npx nyxbui@latest add skeleton

Usage

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

Examples

Card

A card with skeleton showing a loading state.