1.32.0 • Published 9 months ago

react-rainbow-components v1.32.0

Weekly downloads
6,355
License
MIT
Repository
github
Last release
9 months ago

CircleCI Coverage Status License: MIT npm version Gitter Prettier

Installation

React Rainbow components is available as an npm package.

$ yarn add react-rainbow-components
or
$ npm install react-rainbow-components --save

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'react-rainbow-components';

function App() {
    return <Button label="Hello World!" variant="brand" onClick={() => alert('Hello World!')} />;
}

ReactDOM.render(<App />, document.getElementById('container'));

Yes, it's really all you need to get started as you can see in this live and interactive demo:

Edit Button Join the chat at https://gitter.im/react-rainbow/community

Running locally

  1. git clone https://github.com/90milesbridge/react-rainbow.git
  2. cd react-rainbow
  3. yarn install
  4. yarn start
  5. navigate to http://localhost:6060/

Contributing

We are excited that you are interested in contributing to this project!

You can help us improve React Rainbow Components, the first step to begin collaborate is to create an issue before submitting a pull request, it's always good to file an issue, so we can discuss the details of your approach or suggestion.

See more details about how to collaborate?

1.32.0

1 year ago

1.30.1

2 years ago

1.31.0

2 years ago

1.30.0

2 years ago

1.28.0

2 years ago

1.29.0

2 years ago

1.27.0

3 years ago

1.26.0

3 years ago

1.25.0

3 years ago

1.24.1

3 years ago

1.24.0

3 years ago

1.23.0

3 years ago

1.22.0

3 years ago

1.21.0

3 years ago

1.20.0

3 years ago

1.19.0

3 years ago

1.18.1

4 years ago

1.18.0

4 years ago

1.17.0

4 years ago

1.16.0

4 years ago

1.15.0

4 years ago

1.14.1

4 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.2.0-canary.3

5 years ago

1.2.0-canary.2

5 years ago

1.2.0-canary.1

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago