Feedback
Skeleton
Shape-matched loading placeholders.
@codeways/ui/skeleton
Shapes
Skeletons, not spinners, for anything that loads into the page - shape-matched to what will arrive.
text bars
avatar + text row
KPI value
card
Usage
import { Skeleton } from "@codeways/ui/skeleton";
<div className="flex flex-col gap-2">
<Skeleton className="h-3.5 w-full" />
<Skeleton className="h-3.5 w-3/4" />
</div>