LoadingState

App

Skeleton loading animations. Variants: spinner / table / cards / list / detail / form.

Spinner

Preview
Loading…
Code
<LoadingState variant="spinner" />

Table skeleton

Preview
Code
<LoadingState variant="table" rows={5} cols={4} />

Cards skeleton

Preview
Code
<LoadingState variant="cards" cards={3} />

List skeleton

Preview
Code
<LoadingState variant="list" rows={4} />

Form skeleton

Preview
Code
<LoadingState variant="form" rows={3} />
Sourcemodules/app/LoadingState.tsx