react-tour-guide
Advanced tools
@@ -119,2 +119,3 @@ .tour-indicator { | ||
| .tour-tooltip { | ||
| z-index: 999; | ||
| width: 200px; | ||
@@ -121,0 +122,0 @@ background-color: #ffffff; |
+2
-0
@@ -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.", |
+1
-1
@@ -77,3 +77,3 @@ react-tour-guide [](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. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
17302
0.86%407
0.74%0
-100%