# react-components

[![CircleCI](https://circleci.com/gh/ePages-de/react-components.svg?style=svg)](https://circleci.com/gh/ePages-de/react-components)
[![codecov](https://codecov.io/gh/ePages-de/react-components/branch/master/graph/badge.svg)](https://codecov.io/gh/ePages-de/react-components)

> A zoo of useful [React][react] components.

![](zoo.png)
Images by [VectorOpenStock]

## Usage

```bash
npm install
npm run lint
npm run test
npm run build
```

[react]: https://facebook.github.io/react/
[VectorOpenStock]: https://www.vectoropenstock.com/vectors/preview/71474/cartoon-domestic-and-wild-animals-pack

## Test page
In order to try out the components you can run `npm start` and then open http://localhost:3000 in your browser.

## Contributing
If you want to test how your code changes affect a package that depends on `react-components`, use _The Incredible [Yalc](https://github.com/whitecolor/yalc)_ to preview them before the actual publication.
