Skeleton
A loading placeholder, aria-hidden="true" by default: there's no content here yet, so assistive tech should skip it entirely rather than announce an empty, decorative box. Size it to match the real content it stands in for.
Usage
import { Skeleton } from "@kernelui/react";
<Skeleton style={{ width: 240, height: 16 }} />