Touring feature for Acre App
npm install --save acre-tour
import React, { Component } from 'react'
import MyComponent from 'acre-tour'
import 'acre-tour/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © @acre