🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

react-tour-guide

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tour-guide - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+1
-0
dist/css/tour-guide.css

@@ -119,2 +119,3 @@ .tour-indicator {

.tour-tooltip {
z-index: 999;
width: 200px;

@@ -121,0 +122,0 @@ background-color: #ffffff;

@@ -61,2 +61,3 @@ /**

}
$(window).on('resize', this.componentDidUpdate.bind(this));
},

@@ -67,2 +68,3 @@

document.body.removeChild(this._target);
$(window).off('resize', this.componentDidUpdate.bind(this));
},

@@ -69,0 +71,0 @@

+1
-1
{
"name": "react-tour-guide",
"version": "0.0.3",
"version": "0.0.4",
"author": "Jake Marsh <jakemmarsh@gmail.com>",

@@ -5,0 +5,0 @@ "description": "A ReactJS mixin to give new users a popup-based tour of your application.",

@@ -77,3 +77,3 @@ react-tour-guide [![npm version](https://badge.fury.io/js/react-tour-guide.svg)](http://badge.fury.io/js/react-tour-guide)

Some basic styling is provided in `/lib/styles/tour-guide.css`. This can either be included directly in your project, or used as a base for your own custom styles. Below, the HTML structure of the tour is also outlined for custom styling.
Some basic styling is provided in `/dist/css/tour-guide.css`. This can either be included directly in your project, or used as a base for your own custom styles. Below, the HTML structure of the tour is also outlined for custom styling.

@@ -80,0 +80,0 @@ The guided tour consists of two main elements for each step: an `indicator` and a `tooltip`. An indicator is a flashing element positioned on a specific element on the page, cueing the user to click. Upon click, the associated tooltip is triggered which the user must then read and dismiss.