0.0.17 • Published 11 months ago

@essential-ui/web v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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" />
0.0.17

11 months ago

0.0.16

12 months ago

0.0.15

12 months ago

0.0.14

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.1

12 months ago