@taystack/react-ui
v0.2.0
Published
[![codecov](https://codecov.io/gh/taystack/js-helpers/branch/master/graph/badge.svg)](https://codecov.io/gh/taystack/js-helpers) [![Build Status](https://travis-ci.org/taystack/ui-components.svg?branch=master)](https://travis-ci.org/taystack/ui-components
Downloads
21
Readme
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.