/morpheus.js-react

Example integration of Morpheus.js and React

Primary LanguageJavaScript

Morpheus.js in React

This is a minimal example of integrating the Morpheus.js matrix visualization component with the popular React framework for front-end web development. The project was bootstrapped with Create React App, and json_example.html from Morpheus.js.

The files package.json, App.js, and index.html are the most relevant ones for this particular mashup; the other files are standard React scaffolding from create-react-app.

Install

git clone https://github.com/eweitz/morpheus.js-react
cd morpheus.js-react
npm install
npm start

Output

After executing the steps above, you should see the following: Morpheus.js in React screenshot