Wrap an in-app region whose content is still loading: shows a centered spinner (past the 150 ms floor) with aria-busy, then reveals children. For a shaped wait, pass a <Skeleton> as fallback instead. App a11y only — not host chrome.
aria-busy
children
<Skeleton>
fallback
Wrap an in-app region whose content is still loading: shows a centered spinner (past the 150 ms floor) with
aria-busy, then revealschildren. For a shaped wait, pass a<Skeleton>asfallbackinstead. App a11y only — not host chrome.