0.0.33 • Published 4 years ago
codoozer-tour v0.0.33
Codoozer Tour
Getting started
- Go to codoozer.com and create a tour project.
- Create all your tours and the steps of each tour.
- Publish your tour to get the url you need to init your codoozer-tour lib.
- Import
codoozer-tour
in your code with npm or cdn. - Start a tour whenever you want with the id of the tour.
Install
npm
import CodoozerTour from 'codoozer-tour';
import 'codoozer-tour/build/index.css' // If you import a css file in your library
...
cdn
<link href="https://unpkg.com/codoozer-tour/build/index.css" rel="stylesheet">
<script src="https://unpkg.com/codoozer-tour/build/index.js"></script>
...
Usage
npm
let tour = new CodoozerTour({ hash: 'HASH' });
...
cdn
let CodoozerTour = window.CodoozerTour.default;
let tour = new CodoozerTour({ hash: 'HASH' });
...
tour.start('main_tour')
API
start(tourId)
tourId
: must be aString
that represents the id of the tour you want to start.
0.0.32
4 years ago
0.0.33
4 years ago
0.0.31
4 years ago
0.0.30
4 years ago
0.0.23
4 years ago
0.0.24
4 years ago
0.0.25
4 years ago
0.0.26
4 years ago
0.0.27
4 years ago
0.0.28
4 years ago
0.0.29
4 years ago
0.0.20
4 years ago
0.0.21
4 years ago
0.0.10
4 years ago
0.0.22
4 years ago
0.0.11
4 years ago
0.0.12
4 years ago
0.0.13
4 years ago
0.0.14
4 years ago
0.0.3
4 years ago
0.0.15
4 years ago
0.0.9
4 years ago
0.0.16
4 years ago
0.0.8
4 years ago
0.0.17
4 years ago
0.0.18
4 years ago
0.0.19
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago