Modal dialogs present popup information to inform users of important information and sometimes allow the user to take action.
The Modal description from Figma goes here
1<div class="modal-default" tabindex="-1" id="myModal">
2 <div class="modal-default-header">
3 <h5 class="modal-default-title">Modal Visual</h5>
4 </div>
5 <div class="modal-default-body">here's some body text</div>
6 <div class="modal-default-footer">Here's some footer text</div>
7</div>Make it clear what this modal does for the user.
What to do with modals
What not to do with modals
Complete list of all CSS classes for the component.
| Name | Class |
|---|---|
| Default Modal | modal modal-default |