Skeleton
A feedback component that uses flashing abstract blocks to mask incomplete content during network requests.
With Content
Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do.
Customizing
globals.css
:root {
--ex-skeleton-duration: 1000ms;
--ex-skeleton-radius: var(--radius-sm);
}API
| Element | Selector |
|---|---|
Loader | .ex-loader |
| Prop | Type | Default |
|---|---|---|
as | ElementType | span |
asChild | boolean | false |
Last updated on