Skip to content

Instantly share code, notes, and snippets.

@lewdev
Created August 9, 2022 23:25
Show Gist options
  • Select an option

  • Save lewdev/90d8753873d52995ff4da985da002011 to your computer and use it in GitHub Desktop.

Select an option

Save lewdev/90d8753873d52995ff4da985da002011 to your computer and use it in GitHub Desktop.
πŸ“² A minimal demonstration of `dialog` HTML5 element.
<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