Modal

Modal is positioned over everything else in the document and remove scroll from the <body> so that modal content scrolls instead.

Static Modal

Below is a static modal example (meaning its position and display have been overridden). Included are the modal header, modal body (required for padding), and modal footer (optional). We ask that you include modal headers with dismiss actions whenever possible, or provide another explicit dismiss action.

Input Modal

Below is a input modal asking for input from user. Included are the modal header, modal body, and modal footer (optional). We have used <input> tag for taking input from user.