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.

7 lines (6 loc) 754 B
<script type="module" src="../../../oda.js"></script> <script type="module" src="./button.js"></script> <oda-button allow-toggle toggle-group="a" icon-size="128" icon="icons:class" label="i'm BIG button (group: a)" fill="lightyellow" stroke="orange"></oda-button> <oda-button allow-toggle toggle-group="b" icon-size="128" icon="icons:class:270" label="i'm BIG button (group: b)" fill="coral" stroke="red"></oda-button> <oda-button allow-toggle toggle-group="a" icon-size="128" icon="icons:class:90" label="i'm BIG button (group: a)" fill="lightblue" stroke="blue"></oda-button> <oda-button allow-toggle toggle-group="b" icon-size="128" icon="icons:class" label="i'm BIG button (group: b)" fill="lightgreen" stroke="green" blink=3000></oda-button>