1.0.6 • Published 8 years ago

react-guide-tour v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago