Modal
Modal dialogs.
When To Use
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.
Additionally, if you need show a simple confirmation dialog, you can use antd.Modal.confirm()
,
and so on.
Examples
Basic modal.
Some contents...
Some contents...
Some contents...
In the various types of information modal dialog, only one button to close dialog is provided.
Looking for more Ant Design Vue Modal? Please check the official docs.