React Rainbow is a collection of components that will reliably help you build your application in a snap. Give it a hack and let us know what you think.
### ✨ Features
- 90+ components built on top of React.
- Interactive Examples.
- First class testing.
- Wdio page objects.
- Redux-Form integration.
- We designed each component with i18n in mind.
- Accessibility is part of our definition of done.
- Components with out-of-the-box Typescript typing.
### 🖥 Environment Support
| [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| last 2 versions | last 2 versions | last 2 versions |
### 📦 Installation
React Rainbow Components is available as an [npm package](https://www.npmjs.com/package/react-rainbow-components).
```bash
$ yarn add react-rainbow-components
```
##### or
```bash
$ npm install react-rainbow-components --save
```
### ⌨️ Usage
Here is a quick example to get you started. **It's all you need**:
```js
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'react-rainbow-components';
function App() {
return