This package has been deprecated

Author message:

WARNING: This project has been renamed to @canopy-web/core. Install using @canopy-web/core instead.

canopy-stencil-web
TypeScript icon, indicating that this package has built-in type declarations

0.2.7 • Public • Published

Logo

Canopy

A UI library built on Stencil.

Originally built to facilitate building UIs with as minimal effort as possible across multiple frontend technologies.

Report Bug · Request Feature

Installation

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

  1. Install via NPM
    npm install canopy-stencil-web
    • Add the script and link tags in the head of your index.html to load the package
        <script
          type="module"
          src="node_modules/canopy-stencil-web/dist/canopy-stencil-web/canopy-stencil-web.esm.js">
        </script>
        <link
          rel="stylesheet"
          href="node_modules/canopy-stencil-web/dist/canopy-stencil-web/canopy-stencil-web.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-stencil-web@latest/dist/canopy-stencil-web/canopy-stencil-web.esm.js">
        </script>
        <link
          rel="stylesheet"
          href="https://unpkg.com/canopy-stencil-web@latest/dist/canopy-stencil-web/canopy-stencil-web.css"/>
    • You can now use the components anywhere in your template, JSX, html etc

Readme

Keywords

none

Package Sidebar

Install

npm i canopy-stencil-web

Weekly Downloads

180

Version

0.2.7

License

MIT

Unpacked Size

4.61 MB

Total Files

503

Last publish

Collaborators

  • lith1um