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 11import Grid from '@material-ui/core /Grid'
22
33import ListOfContents from '../../src/helpers/list-of-contents';
4+ import CodeExample from '../../src/components/code-example';
45
56<Grid container item >
67<Grid item xs ={12} md ={10} >
78
8- import RawComponent from '@docs/raw-component ';
99
1010# React form renderer
1111
@@ -14,7 +14,7 @@ It uses [React Final Form](https://github.com/final-form/react-final-form) for t
1414It is highly recommended to check their documentations first to fully understand how
1515the [ Data Driven Forms] ( https://github.com/data-driven-forms/react-forms ) libraries work.
1616
17- <RawComponent source =" get-started/get-started " />
17+ <CodeExample source =" components/ get-started/get-started" mode = " preview " />
1818
1919</Grid >
2020<Grid item xs ={false} md ={2} >
You can’t perform that action at this time.
0 commit comments