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 441 B
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="module" src="../../../oda.js"></script> <script type="module" src="./radio-button.js"></script> <oda-tester> <oda-radio-button value="2" id="button"></oda-radio-button> </oda-tester> <script> button.items = [{ label: 'адын', value: '1' }, { label: 'двэ', value: '2' }, { label: 'тры', value: '3' }] </script>