Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sjmc11/tourguide-js

TourGuide is a Javascript library for creating user tours and on-boarding steps for your apps.
https://github.com/sjmc11/tourguide-js

onboarding tour tourguide ui user-experience user-onboarding walkthrough

Last synced: about 1 month ago
JSON representation

TourGuide is a Javascript library for creating user tours and on-boarding steps for your apps.

Lists

README

        




TourGuide JS



Intuitive and customisable tours for user application onboarding


Explore the docs »

----



## QuickStart
### Installation
```
npm i @sjmc11/tourguidejs
```

### Usage
Include the tourGuide script and style in your project. A CDN method is supported.
```
// Style
import "@sjmc11/tourguidejs/src/scss/tour.scss"
// JS
import {TourGuideClient} from "@sjmc11/tourguidejs/src/Tour"
```

### Declare steps
Add the [data-tg-tour] attribute to elements that you want to include in your tour. This attribute should contain the relevant text for the tour guide step.
```