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.

9 lines 311 B
import '../dialog/dialog.js'; ODA({is: 'oda-confirm', extends: 'oda-dialog', title: 'Confirm', icon: 'icons:help' }) const confirm = ODA.showConfirm; ODA.showConfirm = async (text, params = {}) => { return await confirm('oda-dialog-message', { icon: 'icons:help', message: text }, params); }