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
**Forms.js** is an advanced, lightweight JavaScript library designed to ease form creation and management. Utilizing JSON for data input, it generates dynamic, user-centric forms, offering an unparalleled development experience.
29
27
30
-
[Get Started with Forms.js](https://formsjs.io/documentation/v1/getting-started) ⚡️
28
+
[Get Started with Forms.js](https://github.com/form-js/forms.js/tree/master/docs/v1/getting-started) ⚡️
31
29
32
30
## Features at a Glance
33
31
@@ -68,11 +66,7 @@ const form = new Form("form-element", options);
68
66
@import'@forms.js/core/css/index.css';
69
67
```
70
68
71
-
Dive deeper into Forms.js with the [official documentation](https://formsjs.io/documentation/v1/getting-started)
72
-
73
-
## Support Forms.js Development:
74
-
75
-
Purchase an software [license](https://formsjs.io/pricing).
69
+
Dive deeper into Forms.js with the [official documentation](https://github.com/form-js/forms.js/tree/master/docs/v1/getting-started).
Copy file name to clipboardExpand all lines: docs/v1/vue.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ export default {
50
50
51
51
### Props
52
52
53
-
-`options: FormOptions` - <spanclass="badge warning">required</span> The form options (<ahref="https://formsjs.io/documentation/v1/form">see more</a>).
53
+
-`options: FormOptions` - <spanclass="badge warning">required</span> The form options (<ahref="https://github.com/form-js/forms.js/tree/master/docs/v1/form">see more</a>).
54
54
-`plugins: PluginSettings | PluginSettings[]` - if form needs to use any plugins you can pass them into the form through this options.
55
55
-`licenseKey: string` - if you want to use premium features you can assign your license key through this prop.
56
56
@@ -187,4 +187,4 @@ You can access methods and variables through the component instance.
187
187
188
188
<h2id="license">License</h2>
189
189
190
-
MIT. See more at <ahref="https://formsjs.io/documentation/v1/licensing">licensing page</a>.
190
+
MIT. See more at <ahref="https://github.com/form-js/forms.js/tree/master/docs/v1/licensing">licensing page</a>.
**Forms.js** is an advanced, lightweight JavaScript library designed to ease form creation and management. Utilizing JSON for data input, it generates dynamic, user-centric forms, offering an unparalleled development experience.
29
28
30
-
[Get Started with Forms.js](https://formsjs.io/documentation/v1/getting-started) ⚡️
29
+
[Get Started with Forms.js](https://github.com/form-js/forms.js/tree/master/docs/v1/getting-started) ⚡️
31
30
32
31
## Features at a Glance
33
32
@@ -68,12 +67,7 @@ const form = new Form("form-element", options);
68
67
@import'@forms.js/core/css/index.css';
69
68
```
70
69
71
-
Dive deeper into Forms.js with the [official documentation](https://formsjs.io/documentation/v1/getting-started)
72
-
73
-
## Support Forms.js Development:
74
-
75
-
Purchase an software [license](https://formsjs.io/pricing).
76
-
70
+
Dive deeper into Forms.js with the [official documentation](https://github.com/form-js/forms.js/tree/master/docs/v1/getting-started)
0 commit comments