UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

10 lines (9 loc) 269 B
<meta charset="UTF-8"> <button id="btn1" slot="buttons">Show warning</button> <script type="module"> import '../../../oda.js'; import "../containers.js"; btn1.onclick = async e => { const res = await ODA.showWarning("1111") } </script>