Skip to content

Commit 880cb00

Browse files
committed
Updated get started docs example.
1 parent 26062b0 commit 880cb00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-renderer-demo/src/app/pages/renderer/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import Grid from '@material-ui/core/Grid'
22

33
import 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
1414
It is highly recommended to check their documentations first to fully understand how
1515
the [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}>

0 commit comments

Comments
 (0)