Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-interactive-tutorials

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-interactive-tutorials

Framework for creating unobtrusive interactive tutorials for use in web apps.

  • 0.1.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
34
decreased by-42.37%
Maintainers
3
Weekly downloads
 
Created
Source

react-interactive-tutorials

npm version Downloads

Framework for creating unobtrusive interactive tutorials for use in web apps.

Live Demo

Have a play around with the live demo here: http://uptick.github.io/react-interactive-tutorials/

How it Works

Tutorials are represented as a set of prompts that will result in the user successfully completing actions within the interface of your app.

Rather than storing a state of the current tutorial step, the currently active tutorial step is calculated on the fly by the step configuration's set of conditions. This allows the user to go off and do something unexpected / get lost in the middle of a tutorial without consequence.

Requirements

To install, you will need:

  • Bootstrap 4 stylesheet, or an implementation of the used classes:
    • btn
    • btn-primary
    • btn-secondary
    • float-right

And anyone using your site will need:

  • A relatively modern browser
  • Javascript enabled
  • Cookies enabled

Installation

Install the npm package:

npm install react-interactive-tutorials

Include the built css located at:

node_modules/react-interactive-tutorials/dist/interactive-tutorials.css

Register your own tutorials:

// es6
import { registerTutorials } from 'react-interactive-tutorials'
registerTutorials(YOUR_TUTORIALS);

// attached to global var
interactiveTutorials.registerTutorials(YOUR_TUTORIALS);

Making tutorials

Full reference documentation coming soon. For now, take a look at the reference on the live demo at http://uptick.github.io/react-interactive-tutorials/.

Keywords

FAQs

Package last updated on 23 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc