0.0.17 • Published 2 years ago

@essential-ui/web v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Essential Web

npm.io

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" />