react-dynamic-help
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "react-dynamic-help", | ||
"description": "React Dynamic Help - Create flows of helpful popups in your React App", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
# react-dynamic-help | ||
Create flows of helpful prompts in your react application. | ||
In contrast to the common "tour based" help libraries, which "show your user the app in action" while they click "Next", | ||
this library is intended to pop up help for the user while _they_ use the app. | ||
This library is intended to pop up help for the user _while they use the app_. | ||
The app interaction is intended to be minimally intrusive in the app. | ||
(In contrast to the common "tour based" help libraries, which "show your user the app in action" while they click "Next".) | ||
It interacts primarily by registering elements as "help targets", and calling a callback to indicate that the target has been used. | ||
The app interaction is intended to be minimally intrusive in the app codebase. | ||
The app interacts primarily by registering elements as "help targets", and calling a callback to indicate that the target has been used. | ||
Help Items and their Flows are specified in a separate JSX tree. | ||
@@ -15,3 +16,3 @@ | ||
V 0.2.0 - Very basic implementation of the concept. | ||
V 0.2.1 - Very basic implementation of the concept. | ||
@@ -18,0 +19,0 @@ Demo at https://github.com/GreenAsJade/react-dynamic-help-demo |
69422
36