Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saqibali-2k/tutorial.js
A javascript library for creating tutorials for your website.
https://github.com/saqibali-2k/tutorial.js
js-library tutorial vanilla-js
Last synced: about 3 hours ago
JSON representation
A javascript library for creating tutorials for your website.
- Host: GitHub
- URL: https://github.com/saqibali-2k/tutorial.js
- Owner: saqibali-2k
- Created: 2022-08-07T06:54:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T14:09:13.000Z (about 2 years ago)
- Last Synced: 2023-03-04T11:47:30.967Z (over 1 year ago)
- Topics: js-library, tutorial, vanilla-js
- Language: HTML
- Homepage: https://saqibali-2k.github.io/tutorial.js/
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tutorial.js
A vanilla JS library to help you create interactive and flexible tutorials for your website.
# Getting Started
Steps to follow:
Add CSS link tag to "tutorialjsStyles.css." Before or after ur own CSS files depending on your needs. Adding it after may override your own styles.
Add script tag to "tutorial.js" before your own script. You should end up with something like this:
Now you can use the Tutorial object in your code!
# URLs
Landing Page: https://saqib-ali.com/tutorial.js/Documentation: https://saqib-ali.com/tutorial.js/documentation.html