import ApplicationLoadingOverlayProps from './example/ApplicationLoadingOverlayProps?dev-site-props-table';

# ApplicationLoadingOverlay

The ApplicationLoadingOverlay is used to render loading overlays within the application.

When mounted, the ApplicationLoadingOverlay will communicate with an ancestor
[ApplicationLoadingOverlayProvider](/application/terra-application/components/application-loading-overlay-provider) to
present a loading overlay.

> See the [How to Show Loading Overlays](/application/terra-application/how-to/show-loading-overlays) page for usage information.

## Usage

```jsx
import ApplicationLoadingOverlay from 'terra-application/lib/application-loading-overlay';
```

## Props

<ApplicationLoadingOverlayProps />
