Feedback · Skeleton
SSR NativeAccessibleSkeleton
Reserves layout space while content is being prepared.
Astro
---
import { Skeleton } from '@charvesta/cetha';
---
<Skeleton width="12rem" height="1rem" />API reference
| Prop | Type | Default | Description |
|---|---|---|---|
width | string | '100%' | CSS width value. |
height | string | '1rem' | CSS height value. |
class | string | — | Additional classes forwarded to the rendered element. |
Accessibility
Skeleton shapes are decorative and hidden from assistive technology.