Skip to content

@agala-labs/ui

Skeleton

Reserves content geometry while data is loading.

Examples

Default
<AgalaSkeleton variant="rect" width="100%" height="8rem" />

Import

import { AgalaSkeleton } from '@agala-labs/ui'

API

PropTypeDefaultDescription
variant'line' | 'circle' | 'rect''line'Placeholder shape.
width / heightstringCSS dimensions.
classstringConsumer override class.

Accessibility

Mark the surrounding loading region busy; skeletons themselves are decorative.

Released under the MIT License.