Installation

React Union is available as an npm package.

Yarn/npm

To install and save in your package.json dependencies, run:

yarn add react-union

or

npm install react-union --save

Please note that we use React and ReactDOM as peer dependencies.