reacttour_react
v1.0.2
Published
training steps used with jbirch8865 laravel backends
Downloads
2
Readme
reacttour
training steps used with jbirch8865 laravel backends
Install
npm install --save reacttour
Usage
import React, { Component } from 'react'
import MyComponent from 'reacttour'
import 'reacttour/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © jbirch8865