Prompt Modal

Prompt Modal prompts the user for information.

Non-destructive Usage

Use sparingly

Prompt modals should be used sparingly, and only for important decisions or actions that cannot be undone. They should not be used for trivial actions or actions that can be easily undone.

For most actions, a simple Notification message is sufficient to inform the user of the result of their action (or allow them to "undo" it).

Destructive Usage