Skip to content

Commit 2c4078c

Browse files
committed
Add links to MUI components in the Slider decription
1 parent 59b1837 commit 2c4078c

File tree

1 file changed

+9
-9
lines changed
  • packages/react-renderer-demo/src/app/src/doc-components

1 file changed

+9
-9
lines changed

packages/react-renderer-demo/src/app/src/doc-components/mui-slider.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Slider is wrapped in a form group, so it accepts all [form group props](/rendere
88
|-----|----|-----------|
99
|after|node|Node rendered after the slider|
1010
|before|node|Node rendered before the slider|
11-
|FormFieldGridProps|object|Props passed to FormFieldGrid component|
12-
|FormControlProps|object|Props passed to FormControl component|
13-
|FormGroupProps|object|Props passed to FormGroup component|
14-
|FormLabelProps|object|Props passed to FormLabel component|
15-
|FormHelperTextProps|object|Props passed to FormHelperText component|
16-
|InputGridProps|object|Props passed to Input-Grid component|
17-
|BeforeGridProps|object|Props passed to Before-Grid component|
18-
|SliderGridProps|object|Props passed to Slider-Grid component|
19-
|AfterGridProps|object|Props passed to After-Grid component|
11+
|FormFieldGridProps|object|Props passed to [FormFieldGrid component](https://material-ui.com/api/grid/)|
12+
|FormControlProps|object|Props passed to [FormControl component](https://material-ui.com/api/form-control/#formcontrol-api)|
13+
|FormGroupProps|object|Props passed to [FormGroup component](https://material-ui.com/api/form-group/#formgroup-api)|
14+
|FormLabelProps|object|Props passed to [FormLabel component](https://material-ui.com/api/form-label/#formlabel-api)|
15+
|FormHelperTextProps|object|Props passed to [FormHelperText component](https://material-ui.com/api/form-helper-text/#formhelpertext-api)|
16+
|InputGridProps|object|Props passed to [Input-Grid component](https://material-ui.com/api/grid/)|
17+
|BeforeGridProps|object|Props passed to [Before-Grid component](https://material-ui.com/api/grid/)|
18+
|SliderGridProps|object|Props passed to [Slider-Grid component](https://material-ui.com/api/grid/)|
19+
|AfterGridProps|object|Props passed to [After-Grid component](https://material-ui.com/api/grid/)|

0 commit comments

Comments
 (0)