0.0.27 โข Published 2 months ago
@sjmc11/tourguidejs v0.0.27
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.
<div data-tg-tour="Welcome aboard ๐> ... </div>
Create a tour
const tg = new TourGuideClient({} : TourGuideOptions)
Start the tour
tg.start()
TourGuide JS uses Floating-Ui for intelligent dialog positioning
See Floating UI for more information.
0.0.20
4 months ago
0.0.21
4 months ago
0.0.22
4 months ago
0.0.23
4 months ago
0.0.24
4 months ago
0.0.25
4 months ago
0.0.19
6 months ago
0.0.26
4 months ago
0.0.27
2 months ago
0.0.18
8 months ago
0.0.17
11 months ago
0.0.15
1 year ago
0.0.16
1 year ago
0.0.14
1 year ago
0.0.13
1 year ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago