import NavigationPromptProps from 'terra-navigation-prompt/lib/NavigationPrompt?dev-site-props-table';

# NavigationPrompt

The NavigationPrompt communicates with [NavigationPromptCheckpoints](/application/terra-application/components/navigation-prompt-checkpoint)
rendered by ApplicationBase and other framework components. NavigationPrompts should be rendered by a component when the component wants to indicate the presence
of pending actions or unsaved changes to the framework.

## Usage

```jsx
import NavigationPrompt from 'terra-application/lib/navigation-prompt';
```

## Props

<NavigationPromptProps />

