Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 590 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 590 Bytes

react-ros-three

NPM JavaScript Style Guide

Install

npm install --save react-ros-three

Usage

import React, { Component } from 'react'

import MyComponent from 'react-ros-three'
import 'react-ros-three/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © flynneva