Skip to content

Commit 2d47267

Browse files
committed
Update docs example for form template.
1 parent 6572ffe commit 2d47267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-renderer-demo/src/app/pages/renderer/form-template.md

Lines changed: 2 additions & 2 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 CodeExample from '../../src/components/code-example';
33

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

@@ -37,7 +37,7 @@ With using `useFormApi` hook you can get access to all form information and func
3737

3838
You can customize form buttons in your [FormTemplate](/renderer/renderer-api#requiredprops) component
3939

40-
<RawComponent source="custom-buttons" />
40+
<CodeExample source="components/custom-buttons" mode="preview" />
4141

4242
## Default FormTemplates
4343

0 commit comments

Comments
 (0)