0.4.19 • Published 2 years ago
@canopy-web/core v0.4.19
Installation
To get Canopy up and running in your application, you have 2 options:
- Install via NPM
npm install @canopy-web/core
- Add the script and link tags in the head of your index.html to load the package
<script type="module" src="node_modules/@canopy-web/core/dist/core/core.esm.js"> </script> <link rel="stylesheet" href="node_modules/@canopy-web/core/dist/core/core.css"/>
- You can now use the components anywhere in your template, JSX, html etc
- Add the script and link tags in the head of your index.html to load the package
- Use via CDN with unpkg
- Add a script tag in the head of your index.html to load the package
<script type="module" src="https://unpkg.com/@canopy-web/core@latest/dist/core/core.esm.js"> </script> <link rel="stylesheet" href="https://unpkg.com/@canopy-web/core@latest/dist/core/core.css"/>
- You can now use the components anywhere in your template, JSX, html etc
- Add a script tag in the head of your index.html to load the package
0.4.19
2 years ago
0.4.18
2 years ago
0.4.9
2 years ago
0.4.8
2 years ago
0.4.10
2 years ago
0.4.17
2 years ago
0.4.15
2 years ago
0.4.16
2 years ago
0.4.13
2 years ago
0.4.14
2 years ago
0.4.11
2 years ago
0.4.12
2 years ago
0.4.5
2 years ago
0.4.4
2 years ago
0.4.7
2 years ago
0.4.6
2 years ago
0.4.3
2 years ago
0.3.6
3 years ago
0.3.7
3 years ago
0.4.1
3 years ago
0.4.2
2 years ago
0.3.5
3 years ago
0.3.4
3 years ago
0.3.3
3 years ago
0.3.2
3 years ago
0.3.1
3 years ago
0.2.17
3 years ago
0.2.16
3 years ago
0.2.15
3 years ago
0.2.14
3 years ago
0.2.13
3 years ago
0.2.12
3 years ago
0.2.11
3 years ago
0.2.10
3 years ago
0.2.9
3 years ago
0.2.8
3 years ago