Material-UI Modal
Our Material-ui modals are lightweight and multi-purpose popups that
are built with HTML, CSS, and JavaScript. The three primary sections
of a Material-ui modal are header, body, and footer. Modals are
positioned over everything else in the document and remove scroll
from the <body>
so that modal content scrolls
instead. Use Material-ui’s JavaScript modal plugin to add dialogues
to your site for lightboxes, user notifications, or completely
custom content.
Keep reading our Bootstrap Modal examples and learn how to use it.
Example
Variations
Props
If you want to see more examples and properties please check the official Material-UI Documentation.