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.

6 lines 477 B
<script type="module" src="../../../oda.js"></script> <script type="module" src="./icon.js"></script> <oda-icon icon-size="128" icon="icons:class" fill="lightyellow" stroke="orange"></oda-icon> <oda-icon icon-size="128" icon="icons:class:270" fill="coral" stroke="red"></oda-icon> <oda-icon icon-size="128" icon="icons:class:90" fill="lightblue" stroke="blue"></oda-icon> <oda-icon icon-size="128" icon="icons:class" fill="lightgreen" stroke="green" blink=3000></oda-icon>