@npmat/stencil-components

Mat's Stencil Components

Usage no npm install needed!

<script type="module">
  import npmatStencilComponents from 'https://cdn.skypack.dev/@npmat/stencil-components';
</script>

README

Stencil Custom Components

This project is based on the repository stencil-component-starter. It contains some custom components:

  • slider

Installation

git clone https://github.com/gitmathub/stencil-component.git
cd stencil-component
git remote rm origin

and run:

npm install
npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test