You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
6
## How to use
7
7
Intro.js can be added to your site in three simple steps:
8
8
9
-
**1)** Include `intro.js` and `introjs.css` (or the minified version for production) in your page.
9
+
**1)** Include `intro.js` and `introjs.css` (or the minified version for production) in your page. Use `introjs-rtl.min.css` for Right-to-Left language support.
10
+
11
+
> CDN hosted files are available at [jsDelivr](http://www.jsdelivr.com/#!intro.js) (click Show More) & [cdnjs](http://cdnjs.com/#introjs).
10
12
11
13
**2)** Add `data-intro` and `data-step` to your HTML elements.
12
14
@@ -276,6 +278,8 @@ If you are using the rails asset pipeline you can use the [introjs-rails](https:
276
278
### Yii framework
277
279
You can simply use this project for Yii framework: https://github.com/moein7tl/Yii-IntroJS
278
280
281
+
### Drupal
282
+
Here you can find an IntroJs integration for Drupal: https://drupal.org/sandbox/alexanderfb/2061829
0 commit comments