MNEE
v0.0.1

Components

Skeleton

Stable

Animated placeholder shown while content is loading. Reduces perceived wait time and prevents layout shift compared to blank areas.

Line

Circle

Block

Card composition

Usage

import { Skeleton } from "@mnee-ui/ui"

Props

PropTypeDefaultDescription
variant"line" | "circle" | "block""line"Shape of the skeleton — line uses rounded corners, circle is fully rounded, block is rectangular
widthstring | numberCSS width; numbers are treated as pixels
heightstring | numberCSS height; numbers are treated as pixels
classNamestringAdditional Tailwind classes (margin, max-width, etc.)