File tree Expand file tree Collapse file tree 3 files changed +30
-3
lines changed
packages/react-renderer-demo/src/app/pages/renderer Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1
1
import RouterNav from 'next/link';
2
2
import Link from '@material-ui/core /Link';
3
3
4
- # Field Provider
5
4
import Grid from '@material-ui/core /Grid'
6
5
import RawComponent from '@docs/raw-component ';
7
6
@@ -10,6 +9,8 @@ import ListOfContents from '../../src/helpers/list-of-contents';
10
9
<Grid container item >
11
10
<Grid item xs ={12} md ={10} >
12
11
12
+ # Field Provider
13
+
13
14
## Custom components
14
15
15
16
React form renderer is using [ react-final-form] ( https://github.com/final-form/react-final-form ) for form state management.
Original file line number Diff line number Diff line change
1
+ import Grid from '@material-ui/core /Grid'
2
+
3
+ import ListOfContents from '../../src/helpers/list-of-contents';
4
+
5
+ <Grid container item >
6
+ <Grid item xs ={12} md ={10} >
7
+
1
8
import RawComponent from '@docs/raw-component ';
2
9
3
10
# React form renderer
@@ -9,4 +16,10 @@ It uses [React Final Form](https://github.com/final-form/react-final-form) for t
9
16
It is highly recommended to check their documentations first to fully understand how
10
17
the [ Data Driven Dorms] ( https://github.com/data-driven-forms/react-forms ) libraries work.
11
18
12
- <RawComponent source =" get-started/get-started " />
19
+ <RawComponent source =" get-started/get-started " />
20
+
21
+ </Grid >
22
+ <Grid item xs ={false} md ={2} >
23
+ <ListOfContents file =" renderer/get-started " />
24
+ </Grid >
25
+ </Grid >
Original file line number Diff line number Diff line change
1
+ import Grid from '@material-ui/core /Grid'
2
+
3
+ import ListOfContents from '../../src/helpers/list-of-contents';
4
+
5
+ <Grid container item >
6
+ <Grid item xs ={12} md ={10} >
7
+
1
8
# Installation
2
9
3
10
``` console
@@ -6,4 +13,10 @@ npm install --save @data-driven-forms/react-form-renderer
6
13
or
7
14
``` console
8
15
yarn add @data-driven-forms/react-form-renderer
9
- ```
16
+ ```
17
+
18
+ </Grid >
19
+ <Grid item xs ={false} md ={2} >
20
+ <ListOfContents file =" renderer/installation " />
21
+ </Grid >
22
+ </Grid >
You can’t perform that action at this time.
0 commit comments