2.2.0 • Published 6 years ago
ember-site-tour v2.2.0
ember-site-tour
An ember add-on to implement site tours based on hopscotch.js.
Documentation: http://mydea.github.io/ember-site-tour/
Installation
ember install ember-site-tour
Basic Usage
// app/index/route.js
import Ember from 'ember';
import RouteTourMixin from 'ember-site-tour/mixins/route-tour';
export default Ember.Route.extend(RouteTourMixin, {});{{! app/index/template.hbs }}
{{#tour-start-button}}
  <button>Start Tour</button>
{{/tour-start-button}}// app/index/tour.js
export default [
  {
    target: '.first',
    title: 'First Step',
    content: `Lorem Ipsum...`
  },
  {
    target: '.second',
    title: 'Second Step',
    content: `Lorem Ipsum...`
  },
  {
    target: '.third',
    placement: 'bottom',
    title: 'Third Step',
    content: `Lorem Ipsum...`
  }
];For more detailed instructions and examples, please visit the documentation.
2.2.0
6 years ago
2.1.0
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.1.4
7 years ago
1.1.3
8 years ago
1.1.2
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.0
8 years ago
0.5.0
9 years ago
0.4.2
9 years ago
0.4.1
9 years ago
0.4.0
9 years ago
0.3.2
9 years ago
0.3.1
9 years ago
0.3.0
10 years ago
0.2.1
10 years ago
0.1.0
10 years ago