signalerjs-react
Version:
signalerjs React component for A/B testing
26 lines (16 loc) • 961 B
Markdown
[](http://badge.fury.io/js/signalerjs-react)
[](http://travis-ci.org/customink/signalerjs-react)
[](https://david-dm.org/customink/signalerjs-react)
# signalerjs-react
`signalerjs-react` provides a React interface for the [`signalerjs`](https://github.com/customink/signalerjs) A/B testing library.
Check out the [docs](docs) to learn how to use this library.
## Installation
### npm
```sh
npm install --save signalerjs-react
```
### cdn
While the `npm` package is recommended for production usage, if you just want to drop a `<script>` tag on your page you can also use the UMD/global build hosted on [`unpkg`](https://unpkg.com/signalerjs-react).
```html
<script src="https://unpkg.com/signalerjs-react@latest"></script>
```