@slipmatio/ui

Common UI components for Slipmat.io projects

Usage no npm install needed!

<script type="module">
  import slipmatioUi from 'https://cdn.skypack.dev/@slipmatio/ui';
</script>

README

Slipmat.io UI Components

Warning: this project is under active development and not intended for public use yet. Do not use in production.

Developing

Basic Commands

You need yarn (classic) installed.

Project setup

yarn install

Start development server

yarn dev

Build for production

yarn build

TBA: Run end-to-end tests

yarn test:e2e

Publishing

yarn publish --new-version "0.0.2" --access public