|
3 | 3 | `VueFormBuilder` is a Vue plugin that automatically generates beautiful forms |
4 | 4 | from declarative rules. |
5 | 5 |
|
6 | | -1. [Features](#features) |
7 | | -2. [Demo](#demo) |
8 | | -3. [Example](#example) |
9 | | -4. [Installation](#installation) |
10 | | -5. [Configuration](#configuration) |
11 | | - - [Properties](#props) |
| 6 | +- [VUE FORM BUILDER](#vue-form-builder) |
| 7 | + - [FEATURES](#features) |
| 8 | + - [DEMO](#demo) |
| 9 | + - [EXAMPLE](#example) |
| 10 | + - [INSTALLATION](#installation) |
| 11 | + - [CSS](#css) |
| 12 | + - [CONFIGURATION](#configuration) |
| 13 | + - [Props](#props) |
12 | 14 | - [Fields](#fields) |
13 | 15 | - [Syntax](#syntax) |
14 | 16 | - [Aliases](#aliases) |
15 | | - - [UI Frameworks integration](#integration-with-ui-frameworks) |
16 | | - - [Component Providers](#providers) |
| 17 | + - [Integration with UI frameworks](#integration-with-ui-frameworks) |
| 18 | + - [Providers](#providers) |
17 | 19 | - [Custom components](#custom-components) |
18 | 20 | - [Defaults](#defaults) |
19 | 21 | - [Model](#model) |
20 | 22 | - [Feedback](#feedback) |
21 | 23 | - [Validation](#validation) |
22 | 24 | - [Events](#events) |
23 | | -6. [Roadmap](#roadmap) |
24 | | -7. [Contributing](#contributing) |
25 | | -8. [License](#license) |
| 25 | + - [ROADMAP](#roadmap) |
| 26 | + - [CONTRIBUTING](#contributing) |
| 27 | + - [LICENSE](#license) |
26 | 28 |
|
27 | 29 | ## FEATURES |
28 | 30 |
|
@@ -51,7 +53,7 @@ There is also another demo, but for `Vue2`, available on CodeSandbox: |
51 | 53 | - [live demo and code](https://codesandbox.io/s/vue-form-builder-demo-4rxmw4) |
52 | 54 | - [code](https://github.com/uwla/vue-form-builder-demo) |
53 | 55 |
|
54 | | -The demo for `Vue2` (built with an earlier version of this plugin) can also be |
| 56 | +The demo for `Vue2` (built with an earlier version of this plugin) can also be |
55 | 57 | replicated in `Vue3` with the latest versions of this plugin. So, both demos are |
56 | 58 | worth playing with. |
57 | 59 |
|
@@ -1001,4 +1003,4 @@ Contributions are welcome. Fork the repo, then make a PR. |
1001 | 1003 |
|
1002 | 1004 | ## LICENSE |
1003 | 1005 |
|
1004 | | -MIT |
| 1006 | +MIT. |
0 commit comments