react-sim
v0.0.8
Published
Boilerplate components to create a model simulation with React
Readme
react-sim
Boilerplate components to create a model simulation with React
Install
npm install --save react-simUsage
See documentation for guide and examples
import React from 'react'
import {Model} from 'react-sim'
class Example extends Component {
render() {
return <Model />
}
}License
MIT © jckr
