UNPKG

ideogram

Version:

Chromosome visualization with D3.js

17 lines (13 loc) 533 B
# Ideogram in React This is a very basic example of integrating Ideogram with [React](https://reactjs.org/). More examples showing the breadth of Ideogram's functionality are at https://eweitz.github.io/ideogram/. # Install ``` git clone https://github.com/eweitz/ideogram cd ideogram/examples/react npm install npm start ``` # Output After executing the steps above, you should see the following: ![Ideogram in React screenshot](https://raw.githubusercontent.com/eweitz/ideogram/master/examples/react/ideogram_react_example.png)