File size: 385 Bytes
e841ba5
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Modal

Display a modal dialog box, providing a title, content area, and action buttons. See [Ant Design](https://ant.design/components/modal/) for more information.

## Examples

<demo name="basic"></demo>
<demo name="custom_footer" title="Custom Footer"></demo>

Like `Message` and `Notification`, `Modal` can be used as a static method.

<demo name="static" title="Static"></demo>