An open API service indexing awesome lists of open source software.

https://github.com/taystack/ui-components

Some UI components that I think are nice to use. Maybe you could build something with em'
https://github.com/taystack/ui-components

Last synced: 8 months ago
JSON representation

Some UI components that I think are nice to use. Maybe you could build something with em'

Awesome Lists containing this project

README

          

![ReactUi](https://github.com/taystack/ui-components/blob/master/images/ReactUi.png?raw=true)

[![codecov](https://codecov.io/gh/taystack/ui-components/branch/master/graph/badge.svg)](https://codecov.io/gh/taystack/ui-components) [![Build Status](https://travis-ci.org/taystack/ui-components.svg?branch=master)](https://travis-ci.org/taystack/ui-components)

### [Component Demo](https://taystack.github.io/ui-components/storybook-static/)

### [Docs](https://taystack.github.io/ui-components/docs/)

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and implements [Storybook](https://github.com/storybooks/storybook) with [Storybook deployer](https://github.com/storybooks/storybook-deployer).

## Installation
```bash
yarn add @taystack/react-ui
```

## Development

Clone the project into a local directory and install dependencies

```bash
$ git clone ...

$ cd ui-components
$ yarn
```

### Available Scripts

#### `yarn start`

Runs the app in the development mode.

Open [http://localhost:6006](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](https://jestjs.io/)

#### `yarn build`

Builds a deployable instance of storybook with [Storybook deployer](https://github.com/storybooks/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.