@burrow-ui/skeleton-grid
v0.1.7
Published
Self-sizing skeleton grid for Burrow UI (auto-measures container, renders exact cell count)
Maintainers
Readme
@burrow-ui/skeleton-grid
Self-sizing skeleton grid for "loading" states in card lists.
import {SkeletonGrid} from "@burrow-ui/skeleton-grid";
<SkeletonGrid cols={4} aspectRatio={1.4} animation="shimmer" />;It uses ResizeObserver to measure its container and render exactly as
many cells as needed to fill the visible area, plus one row underneath
(so the panel feels "full" rather than "exactly fits").
