0.0.5 • Published 8 months ago

@skein.ca/web-components v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Skein Web Components

Speed up web development with Skein Web Components

Easy-to-use components built with StencilJS using plain HTML, CSS, and JS. Compatible with your favorite framework.

Get Started

Install the latest version from NPM:

# npm
npm install @skein.ca/web-components --save

#yarn
yarn add @skein.ca/web-components

Using with HTML

In your HTML file's <head>, add the following lines before the closing tag:

    <!-- rest of head -->
    <script type="module" src="https://unpkg.com/@skein.ca/web-components/dist/skein-wc/skein-wc.esm.js" async></script>
    <link rel="stylesheet" href="https://unpkg.com/@skein.ca/web-components/dist/skein-wc/skein-wc.css">
  </head>

Changelog

See changelog.md

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago