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.

4 lines 171 B
ODA.showMenu = async (params = { title: 'menu', icon: 'icons:menu' }) => { await ODA.import('@oda/menu'); return ODA.showDropdown('oda-menu', params, params); }