@taystack/react-ui

This project was bootstrapped with Create React App and implements Storybook with Storybook deployer.

Usage no npm install needed!

<script type="module">
  import taystackReactUi from 'https://cdn.skypack.dev/@taystack/react-ui';
</script>

README

codecov Build Status

Component Demo

Docs

This project was bootstrapped with Create React App and implements Storybook with Storybook deployer.

Installation

yarn add @taystack/react-ui

Development

Clone the project into a local directory and install dependencies

$ git clone ...

$ cd ui-components
$ yarn

Available Scripts

yarn start

Runs the app in the development mode.
Open http://localhost:6006 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Run all tests with coverage using Jest

yarn build

Builds a deployable instance of storybook with Storybook deployer

Contributing

Have any suggestions? Think it could be done better? (Fire out an issue)[https://github.com/taystack/ui-components/issues].

Are you a Hero? PRs will get reviewed.