0.4.19 • Published 1 year ago

@canopy-web/core v0.4.19

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Installation

To get Canopy up and running in your application, you have 2 options:

  1. 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
  2. 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
0.4.19

1 year ago

0.4.18

1 year 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

2 years ago

0.3.7

2 years ago

0.4.1

2 years ago

0.4.2

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago