Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] allow custom modal class and spotlight classes #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

satyapramodh
Copy link
Collaborator

Template.foo.helpers({
  options: {
    id: "myCoolTutorial",
    steps: tutorialSteps,
    emitter: new EventEmitter(),
    modalClass: "myFancyModalClass",
    spotlightClass: "myFancySpotlightClass",
    onFinish: function() { /* make the tutorial disappear */ }
  }
});

Allow for custom classes to override the default ui.

@mizzao
Copy link
Member

mizzao commented Jun 29, 2016

Hi @whiteBeatle - I apologize for the extremely long delay on this.

I have been too busy to maintain this project effectively, so I gave you commit access to make any changes you'd like. It would be nice to follow the style used by the rest of the code and add some tests to this patch, if possible.

If you'd like permission to publish the package to Meteor as well, please send me your Meteor developer username.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants