Commit 4b7c808 1 parent 6e21593 commit 4b7c808 Copy full SHA for 4b7c808
File tree 10 files changed +1
-118
lines changed
10 files changed +1
-118
lines changed Original file line number Diff line number Diff line change 46
46
npm i @forms.js/core
47
47
```
48
48
49
- ### JS DELIVR
50
-
51
- ``` html
52
- <link href =" https://cdn.jsdelivr.net/npm/@forms.js/core/css/index.css" rel =" stylesheet" />
53
- <script src =" https://cdn.jsdelivr.net/npm/@forms.js/core/lib/index.js" ></script >
54
- ```
55
-
56
49
### Quick start
57
50
58
51
``` js
Original file line number Diff line number Diff line change 21
21
$ npm i @forms.js/core
22
22
```
23
23
24
- ### JS DELIVR
25
-
26
- ``` html
27
- <link
28
- href =" https://cdn.jsdelivr.net/npm/@forms.js/core/css/index.css"
29
- rel =" stylesheet"
30
- />
31
- <script src =" https://cdn.jsdelivr.net/npm/@forms.js/core/lib/index.js" ></script >
32
- ```
33
-
34
24
### Usage
35
25
36
26
``` js
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 46
46
npm i @forms.js/core
47
47
```
48
48
49
- ### JS DELIVR
50
-
51
- ``` html
52
- <link href =" https://cdn.jsdelivr.net/npm/@forms.js/core/css/index.css" rel =" stylesheet" />
53
- <script src =" https://cdn.jsdelivr.net/npm/@forms.js/core/lib/index.js" ></script >
54
- ```
55
-
56
49
### Quick start
57
50
58
51
``` js
Original file line number Diff line number Diff line change 23
23
npm i @forms.js/core @forms.js/daterange-field
24
24
```
25
25
26
- ### JS DELIVR
27
-
28
- ``` html
29
- <link
30
- href =" https://cdn.jsdelivr.net/npm/@forms.js/core/css/index.css"
31
- rel =" stylesheet"
32
- />
33
- <script src =" https://cdn.jsdelivr.net/npm/@forms.js/daterange-field/lib/index.js" ></script >
34
- ```
35
-
36
26
### Usage
37
27
38
28
app.js
Original file line number Diff line number Diff line change 23
23
npm i @forms.js/core @forms.js/list-field
24
24
```
25
25
26
- ### JS DELIVR
27
-
28
- ``` html
29
- <link
30
- href =" https://cdn.jsdelivr.net/npm/@forms.js/core/css/index.css"
31
- rel =" stylesheet"
32
- />
33
- <script src =" https://cdn.jsdelivr.net/npm/@forms.js/list-field/lib/index.js" ></script >
34
- ```
35
-
36
26
### Usage
37
27
38
28
app.js
Original file line number Diff line number Diff line change 22
22
npm i @forms.js/core @forms.js/rating-field
23
23
```
24
24
25
- ### JS DELIVR
26
-
27
- ``` html
28
- <link
29
- href =" https://cdn.jsdelivr.net/npm/@forms.js/core/css/index.css"
30
- rel =" stylesheet"
31
- />
32
- <script src =" https://cdn.jsdelivr.net/npm/@forms.js/rating-field/lib/index.js" ></script >
33
- ```
34
25
### Usage
35
26
36
27
app.js
Original file line number Diff line number Diff line change 23
23
npm i @forms.js/core @forms.js/richtext-field
24
24
```
25
25
26
- ### JS DELIVR
27
-
28
- ``` html
29
- <link
30
- href =" https://cdn.jsdelivr.net/npm/@forms.js/core/css/index.css"
31
- rel =" stylesheet"
32
- />
33
- <script src =" https://cdn.jsdelivr.net/npm/@forms.js/richtext-field/lib/index.js" ></script >
34
- ```
35
-
36
26
### Usage
37
27
38
28
app.js
Original file line number Diff line number Diff line change 23
23
npm i @forms.js/core @forms.js/tabs
24
24
```
25
25
26
- ### JS DELIVR
27
-
28
- ``` html
29
- <link
30
- href =" https://cdn.jsdelivr.net/npm/@forms.js/core/css/index.css"
31
- rel =" stylesheet"
32
- />
33
- <script src =" https://cdn.jsdelivr.net/npm/@forms.js/tabs/lib/index.js" ></script >
34
- ```
35
-
36
26
### Usage
37
27
38
28
app.js
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < script src ="./dist/app .js "> </ script >
5
+ < script src ="https://cdn.jsdelivr.net/npm/@forms.js/core/lib/cjs/index .js "> </ script >
6
6
</ head >
7
7
8
8
< body class ="bg-gray-100 ">
You can’t perform that action at this time.
0 commit comments