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 374 B
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!--<oda-tester>--> <oda-bpmn-modeler id="bpmn" edit-mode style="width: 100%; height: 100%"></oda-bpmn-modeler> <!--</oda-tester>--> <script type="module"> import '../../../../../oda.js'; import './bpmn-modeler.js'; bpmn.url = './pizza-collaboration.bpmn'; </script>