Modal dialog
An example of a modal dialog using Motion for Vue and the HTML <dialog /> element. This example uses a custom useDialog hook to manage Vue's declarative API with the dialog HTML element's imperative setModal and close API. It also provides a useClickOutside hook to check when the document has been clicked outside the modal dialog to close it.


