0.0.2 • Published 3 years ago

wcdemo v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Built With Stencil

Using this component

Node Modules

  • Run npm install wcdemo --save
  • Put a script tag similar to this <script src='node_modules/my-component/dist/side-drawer.esm.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install wcdemo --save
  • Add an import to the npm packages import side-drawer;
  • Then you can use the element anywhere in your template, JSX, html etc