File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-renderer-demo/src/app
examples/components/get-started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import Grid from '@material-ui/core /Grid'
2
2
3
3
import ListOfContents from '../../src/helpers/list-of-contents';
4
+ import CodeExample from '../../src/components/code-example';
4
5
5
6
<Grid container item >
6
7
<Grid item xs ={12} md ={10} >
7
8
8
- import RawComponent from '@docs/raw-component ';
9
9
10
10
# React form renderer
11
11
@@ -14,7 +14,7 @@ It uses [React Final Form](https://github.com/final-form/react-final-form) for t
14
14
It is highly recommended to check their documentations first to fully understand how
15
15
the [ Data Driven Forms] ( https://github.com/data-driven-forms/react-forms ) libraries work.
16
16
17
- <RawComponent source =" get-started/get-started " />
17
+ <CodeExample source =" components/ get-started/get-started" mode = " preview " />
18
18
19
19
</Grid >
20
20
<Grid item xs ={false} md ={2} >
You can’t perform that action at this time.
0 commit comments