1.0.6 • Published 10 years ago

react-guide-tour v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

React Site Tour

An fantastic step-based site tour written with React

Screen Shoot

npm.io

Install

$ npm install react-guide-tour [--save]

In your project:

var ReactGuideTour = require('react-guide-tour')

or

import ReactGuideTour from 'react-guide-tour'

then

ReactDOM.render(<ReactGuideTour ref='rgt' steps={steps} />, document.getElementById('rgt'))

API

react-guide-tour props

react-guide-tour step object

Each step in props.steps array is an object with these properties

react-guide-tour methods

Public methods of rgt

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago