uui-components

Stencil Component Starter

Usage no npm install needed!

<script type="module">
  import uuiComponents from 'https://cdn.skypack.dev/uui-components';
</script>

README

UUI Components

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

To release a new version:

npm run build   # and commit any changed files!
npm version patch
git push --tags
npm release