A shaped, in-app skeleton matching the host archetypes — for an app's own lazy region (e.g. <Suspense fallback={<Skeleton archetype="panel.list" />}>). Decorative (aria-hidden); pair it with aria-busy on the region it stands in.
<Suspense fallback={<Skeleton archetype="panel.list" />}>
aria-hidden
aria-busy
A shaped, in-app skeleton matching the host archetypes — for an app's own lazy region (e.g.
<Suspense fallback={<Skeleton archetype="panel.list" />}>). Decorative (aria-hidden); pair it witharia-busyon the region it stands in.