Function LoadingRegion

  • 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.

    Parameters

    • __namedParameters: { children?: ReactNode; fallback?: ReactNode; label?: string; loading: boolean }

    Returns Element