@essential-ui/web
TypeScript icon, indicating that this package has built-in type declarations

0.0.17 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @essential-ui/web

Weekly Downloads

113

Version

0.0.17

License

MIT

Unpacked Size

4.85 MB

Total Files

238

Last publish

Collaborators

  • deadlocked247