@essential-ui/web
v0.0.17
Published
Essential UI
Downloads
241
Readme
Essential Web
Using this library
Script tag
- Put a script tag similar to this
<script type='module' src='https://unpkg.com/@essential-ui/web/dist/web/web.esm.js'></script>
in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
Node Modules
- Run
npm install @essential-ui/web --save
- Put a script tag similar to this
<script type='module' src='node_modules/@essential-ui/web/dist/web/web.esm.js'></script>
in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
Render an icon
<es-icon name="book" />