Skip to content

Commit 5e84e4e

Browse files
committed
Add introjs drupal integration + add cdn hosts
1 parent df12c32 commit 5e84e4e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
## How to use
77
Intro.js can be added to your site in three simple steps:
88

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).
1012
1113
**2)** Add `data-intro` and `data-step` to your HTML elements.
1214

@@ -276,6 +278,8 @@ If you are using the rails asset pipeline you can use the [introjs-rails](https:
276278
### Yii framework
277279
You can simply use this project for Yii framework: https://github.com/moein7tl/Yii-IntroJS
278280

281+
### Drupal
282+
Here you can find an IntroJs integration for Drupal: https://drupal.org/sandbox/alexanderfb/2061829
279283

280284
## Build
281285

0 commit comments

Comments
 (0)