docs: update example in readme
This commit is contained in:
parent
f725d089a8
commit
994a903342
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -53,13 +53,19 @@ const form = new FormGroup([
|
|||
]);
|
||||
---
|
||||
|
||||
<Form formGroup={form} />
|
||||
<Form formGroups={[form]} />
|
||||
```
|
||||
|
||||
### Result:
|
||||
# Screenshots
|
||||
|
||||
Result of example above:
|
||||
|
||||

|
||||
|
||||
Example of multiple form groups:
|
||||
|
||||

|
||||
|
||||
# Future Plans
|
||||
|
||||
Currently this only supports very basic form creation, but the goal of the project is ambitious:
|
||||
|
|
Loading…
Reference in a new issue