0.0.3 • Published 6 years ago

ccn-web-components v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Built With Stencil

Stencil Components for Communauté du Chemin Neuf websites

These are a list of web components designed specifically for the Communauté du Chemin Neuf websites.

To use them, just use them as any Stencil Web Component i.e. :

  • include <script src='https://unpkg.com/ccn-web-components@0.0.1/dist/mycomponent.js'></script>
  • or npm install ccn-web-components --save + <script src='node_modules/ccn-web-components/dist/mycomponent.js'></script>