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