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 1
1
import Grid from '@material-ui/core /Grid'
2
- import RawComponent from '@ docs/raw-component ';
2
+ import CodeExamples from '../../src/components/code-example ';
3
3
4
4
import ListOfContents from '../../src/helpers/list-of-contents';
5
5
@@ -18,7 +18,7 @@ You have to just import `FieldArray` from Data Driven Forms.
18
18
import { FieldArray } from ' @data-driven-forms/react-form-renderer' ;
19
19
```
20
20
21
- <RawComponent source =" field-array/form-fields-mapper " />
21
+ <CodeExamples source =" components/ field-array/form-fields-mapper" mode = " preview " />
22
22
23
23
# Naming
24
24
@@ -73,7 +73,7 @@ PF4 and MUI component mapper provides an experimental implementation of field ar
73
73
74
74
[ MUI Field Array] ( /component-example/field-array?mapper=mui )
75
75
76
- <RawComponent source =" field-array/pf4-demo " />
76
+ <CodeExamples source =" components/ field-array/pf4-demo" mode = " preview " />
77
77
78
78
</Grid >
79
79
<Grid item xs ={false} md ={2} >
You can’t perform that action at this time.
0 commit comments