Created
August 9, 2022 23:25
-
-
Save lewdev/90d8753873d52995ff4da985da002011 to your computer and use it in GitHub Desktop.
π² A minimal demonstration of `dialog` HTML5 element.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <button onclick=d.showModal()>Open Modal</button> | |
| <dialog id=d> | |
| Content | |
| <button onclick=d.close()>Close</button> | |
| </dialog> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment