UNPKG

signalerjs-react

Version:

signalerjs React component for A/B testing

26 lines (16 loc) 961 B
[![npm version](https://badge.fury.io/js/signalerjs-react.svg)](http://badge.fury.io/js/signalerjs-react) [![Build Status](https://secure.travis-ci.org/customink/signalerjs-react.svg?branch=master)](http://travis-ci.org/customink/signalerjs-react) [![Dependency Status](https://david-dm.org/customink/signalerjs-react.svg)](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> ```