0.0.2 • Published 5 years ago

@ram-singh/footer v0.0.2

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

Using this component

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/@ram-singh/footer@0.0.1/dist/footer.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 i @ram-singh/footer --save
  • Put a script tag similar to this <script src='node_modules/@ram-singh/footer/dist/footer.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Reference:

  1. Creating and Publishing Web Components with Stencil : https://www.twilio.com/blog/2018/02/creating-and-publishing-web-components-with-stencil.html
  2. https://stenciljs.com/docs/my-first-component