Skip to content

Commit 905e60c

Browse files
committed
update javascript docs
1 parent 7a791b9 commit 905e60c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/91_Javascript.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Javascript Plugins
22
We're providing some helpful Javascript Plugins to simplify your daily work with FormBuilder.
33

4-
## Jquery
4+
***
5+
6+
## VanillaJs
7+
All Extensions are available on npmjs.com via [js-pimcore-formbuilder](https://www.npmjs.com/package/js-pimcore-formbuilder).
8+
9+
### Installation
10+
```bash
11+
npm i js-pimcore-formbuilder
12+
```
13+
14+
Read more about installation and usage on [github](https://github.com/dachcom-digital/js-pimcore-formbuilder).
15+
16+
***
17+
18+
## jQuery
519
All jQuery Extensions are available on npmjs.com via [jquery-pimcore-formbuilder](https://www.npmjs.com/package/jquery-pimcore-formbuilder).
620

721
### Installation
@@ -11,5 +25,7 @@ npm i jquery-pimcore-formbuilder
1125

1226
Read more about installation and usage on [github](https://github.com/dachcom-digital/jquery-pimcore-formbuilder).
1327

28+
***
29+
1430
## Alpine.js
1531
TBD

0 commit comments

Comments
 (0)