File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/react-renderer-demo/src/app
examples/components/field-array Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11import Grid from '@material-ui/core /Grid'
2- import RawComponent from '@ docs/raw-component ';
2+ import CodeExamples from '../../src/components/code-example ';
33
44import ListOfContents from '../../src/helpers/list-of-contents';
55
@@ -18,7 +18,7 @@ You have to just import `FieldArray` from Data Driven Forms.
1818import { FieldArray } from ' @data-driven-forms/react-form-renderer' ;
1919```
2020
21- <RawComponent source =" field-array/form-fields-mapper " />
21+ <CodeExamples source =" components/ field-array/form-fields-mapper" mode = " preview " />
2222
2323# Naming
2424
@@ -73,7 +73,7 @@ PF4 and MUI component mapper provides an experimental implementation of field ar
7373
7474[ MUI Field Array] ( /component-example/field-array?mapper=mui )
7575
76- <RawComponent source =" field-array/pf4-demo " />
76+ <CodeExamples source =" components/ field-array/pf4-demo" mode = " preview " />
7777
7878</Grid >
7979<Grid item xs ={false} md ={2} >
You can’t perform that action at this time.
0 commit comments