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 11import RouterNav from 'next/link';
22import Link from '@material-ui/core /Link';
33
4- # Field Provider
54import Grid from '@material-ui/core /Grid'
65import RawComponent from '@docs/raw-component ';
76
@@ -10,6 +9,8 @@ import ListOfContents from '../../src/helpers/list-of-contents';
109<Grid container item >
1110<Grid item xs ={12} md ={10} >
1211
12+ # Field Provider
13+
1314## Custom components
1415
1516React 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+
18import RawComponent from '@docs/raw-component ';
29
310# React form renderer
@@ -9,4 +16,10 @@ It uses [React Final Form](https://github.com/final-form/react-final-form) for t
916It is highly recommended to check their documentations first to fully understand how
1017the [ Data Driven Dorms] ( https://github.com/data-driven-forms/react-forms ) libraries work.
1118
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+
18# Installation
29
310``` console
@@ -6,4 +13,10 @@ npm install --save @data-driven-forms/react-form-renderer
613or
714``` console
815yarn 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