Simple React App Tour Component

Just another React app tour component used to introduce the new features of your app.

Installation:

# NPM
$ npm install react-tour-component --save

Usage:

import * as React from "react";
import * as ReactDOM from "react-dom";
import { Tour } from "react-tour-component";

<Tour data={this.data}
  update={e => this.update(e)}>
</Tour>

Preview:

Simple React App Tour Component

Download Details:

Author: plantain-00

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/plantain-00/tour-component

License: MIT

Tags:

Add Comment