Skip to content

Commit 46ed3f7

Browse files
committed
Improve code
1 parent 08a703f commit 46ed3f7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Generating form over react-final-form
44

5+
#### Feature
6+
7+
+ generation form use JSON
8+
+ condition
9+
510
### Usage
611

712
```js
@@ -27,7 +32,7 @@ const fields = [
2732
]
2833
// ...code
2934

30-
func renderForm() {
35+
function renderForm() {
3136
return (
3237
<Form
3338
fields={fields}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)