alvaromontoro / TourGuide

JS module that helps generate step-by-step instructions and demos in an easy way
MIT License
20 stars 4 forks source link

Allow users to specify all the data in the options, instead of adding data-attributes in their tags #10

Closed alvaromontoro closed 6 years ago

alvaromontoro commented 6 years ago

Right now, the plugin is taking some options reading the data-attributes of the elements.

To allow a cleaner code, some of these options could be specified directly on the plugin initialization, so there is no need for so many data-attributes.