easeUI
1

Skeleton

Loading placeholder with one shimmer shared across the page. Wrap real content and it takes the same shape, then crossfades away.

Installation

$ bunx --bun shadcn add @easeui/skeleton

API reference

PropTypeDefaultDescription
loading?booleantrueShows the placeholder. With children, false crossfades to the real content. Default true.
children?ReactNode-Real content. It keeps its space while loading, so nothing shifts when it appears.
className?string--

Updated