@cerpus/ui

In order to run this storybook you will need to have node 12 installed.

Usage no npm install needed!

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

README

Storybook setup

In order to run this storybook you will need to have node 12 installed.

The first time you run the storybook you must first run yarn install to install dependencies.

To run the storybook you can use yarn storybook

Npm install

This package has a couple of peer dependencies that must be installed:

  1. React
  2. styled-components

When that is done you can install this package using yarn add @cerpus/ui