Skip to content

Commit 38a9b33

Browse files
committed
Add introjs templates <3
2 parents 0c1b941 + 6b4d419 commit 38a9b33

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@ Optionally, pass one parameter to `introJs` function to limit the presentation s
4040

4141
<p align="center"><img src="http://usablica.github.com/intro.js/img/introjs-demo.png"></p>
4242

43+
## Using templates
44+
45+
IntroJS provides awesome templates and we are trying to update and add more templates for next versions. You can browse all templates here: https://github.com/usablica/intro.js/wiki/IntroJs-templates
46+
47+
In order to use templates, all you need to do is appending the template stylesheet to your page, *after* IntroJS CSS file:
48+
49+
```html
50+
<!-- Add IntroJs styles -->
51+
<link href="../../introjs.css" rel="stylesheet">
52+
53+
<!-- Add Nazanin template -->
54+
<link href="../../themes/introjs-nazanin.css" rel="stylesheet">
55+
```
56+
4357
## API
4458

4559
###introJs([targetElm])
@@ -378,9 +392,15 @@ Want to learn faster and easier? Here we have **Instant IntroJs**, Packt Publish
378392
## Roadmap
379393
- Fix problems with `position: fixed` and other positions
380394
- Provide more examples
395+
- Add more templates
381396

382397
## Release History
383398

399+
* **v0.9.0** - 2014-05-23
400+
- Add IntroJS templates
401+
- Add more tooltip positions (bottom-right, bottom-middle, bottom-left)
402+
- Fix table `tr` element's issue
403+
384404
* **v0.8.0** - 2014-03-25
385405
- Ability to define introductions without focusing on elements
386406
- Fix Internet Explorer 8.0 issue

0 commit comments

Comments
 (0)