# 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)
