Skip to content

Commit 26062b0

Browse files
committed
Updated field array docs example.
1 parent 9b6abc5 commit 26062b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/react-renderer-demo/src/app/pages/renderer/dynamic-fields.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Grid from '@material-ui/core/Grid'
2-
import RawComponent from '@docs/raw-component';
2+
import CodeExamples from '../../src/components/code-example';
33

44
import ListOfContents from '../../src/helpers/list-of-contents';
55

@@ -18,7 +18,7 @@ You have to just import `FieldArray` from Data Driven Forms.
1818
import { 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}>

0 commit comments

Comments
 (0)