Skeleton

Theme-aware loading placeholders that preserve final layout shape.

Preview#

Controls
import { Skeleton } from "raft-ui";

<Skeleton />

Variants#

API#WIP

PropTypeDefaultDescription
variant"line" | "block" | "circle""block"Shape treatment: text line, filled block, or circular avatar/status stand-in.
...propsHTMLAttributes<HTMLDivElement>Native div attributes. Decorative loading shape; size comes from className so it can match final content.