0.4.19 • Published 1 month ago

@canopy-web/core v0.4.19

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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 month ago

0.4.18

1 month ago

0.4.9

8 months ago

0.4.8

8 months ago

0.4.10

8 months ago

0.4.17

8 months ago

0.4.15

8 months ago

0.4.16

8 months ago

0.4.13

8 months ago

0.4.14

8 months ago

0.4.11

8 months ago

0.4.12

8 months ago

0.4.5

8 months ago

0.4.4

9 months ago

0.4.7

8 months ago

0.4.6

8 months ago

0.4.3

9 months ago

0.3.6

1 year ago

0.3.7

1 year ago

0.4.1

1 year ago

0.4.2

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.2.17

1 year ago

0.2.16

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.13

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago