Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 790 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 790 Bytes

react-sim

Boilerplate components to create a model simulation with React

NPM JavaScript Style Guide test

Install

npm install --save react-sim

Usage

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