GitHub

LayoutLoading

PreviousNext

Full-screen loading state for the initial render of a route.

Standalone

LayoutLoading on its own — use as a Suspense fallback or as the rendered output while a route's primary data is loading.

Inside a Layout

Most commonly mounted via Layout's loadingNode slot. Pair with screenState={{ isLoading: true }} so the layout knows to hide content + nav transitions.

Installation

pnpm add @appboxo/ui-kit