FeedbackBrowse feedback components
Skeleton
Shimmer placeholder for content-loading states. Block, text, and circle shapes.
Live preview
Usage
Adapters:React stableVue stable
index.html
<div class="lm-skeleton h-6 w-1/2"></div>CSS classes (3)
| Class | Description |
|---|---|
lm-skeleton | Base shimmer block |
lm-skeleton-text | 1em high, ideal for line text |
lm-skeleton-circle | Round, for avatars |
Accessibility
- Mark loading regions with aria-busy='true' on a parent.
Spotted something wrong? Edit this entry on GitHub.