You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can build modal dialogs using any method that creates an HTML5 DOM structure. This means you can use document.createElement, innerHTML, jQuery, React, and other frameworks.
Let's examine a simple dialog and how we might create it.
Issue in /src/pages/develop/reference/ui/dialogs/index.md
Anatomy#
**{% tabs anatomy="Dialog", examplesmac="macOS", examplesuwp="Windows" %}
{% content "anatomy" %}**
Building Modal Dialogs#
You can build modal dialogs using any method that creates an HTML5 DOM structure. This means you can use document.createElement, innerHTML, jQuery, React, and other frameworks.
Let's examine a simple dialog and how we might create it.
**{% tabs sample="Sample", html="HTML", js="JS", react="React" %}
{% content "sample" %}**
etc...
The text was updated successfully, but these errors were encountered: