Modal

Modals inform users about a task and can contain critical information, require decisions, or involve multiple tasks.

Usage

When requiring users to interact with the application, but without jumping to a new page and interrupting the user's workflow, you can use Modal to create a new floating layer over the current page to get user feedback or display information.

Examples

Specs

Sample code

// Some code

Last updated