@aceandtate/styled-ui

collection of react ui components

Usage no npm install needed!

<script type="module">
  import aceandtateStyledUi from 'https://cdn.skypack.dev/@aceandtate/styled-ui';
</script>

README

styled-ui

Ace & Tate's ui kit for react made with styled components

Installation

npm install --save @aceandtate/styled-ui

Development

npm install
npm run storybook

Open http://localhost:6006/ to see the storybook application

For more information about storybook

Running tests

npm test

Update snapshots

npm test -- -u

Build scripts

Build files

To build the lib files

npm run build

Storybook

To build storybook into static files

npm run build-storybook

A static version of storybook can be found at https://aceandtate.github.io/styled-ui The static version lives in the brance gh-pages and is picked up but github pages.

Update online style guilde

npm run deploy-storybook

Todos

  • Update github pages as part of Circle CI