Skeleton
A Skeleton wraps around content to render it as a placeholder.

Placeholder titleThis is placeholder content approximating the length of the real content to avoid layout shifting when the real content appears.
isLoading
Content
Skeleton replaces text, images, and icons inside it with a placeholder shimmer effect. Use mock data within your real component to create a loading screen that accurately simulates the final layout.
The following components are currently affected by Skeleton:
- Image
Text
- Link
Icon
- StatusLight
- Badge
- Meter
Form components within a skeleton are also disabled.
API
Name | Type |
---|---|
children | ReactNode |
isLoading | boolean |