@skein.ca/web-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @skein.ca/web-components

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

1.29 MB

Total Files

136

Last publish

Collaborators

  • skeindev