Skip to content

Commit c518eb1

Browse files
slax57Madeorsk
andauthored
[no ci] Apply suggestions from code review
Co-authored-by: Madeorsk <[email protected]>
1 parent 98afaa4 commit c518eb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/TextArrayField.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Additional props are passed to the underlying [Material-UI `Stack` component](ht
6161

6262
## `color`
6363

64-
The color of the Chip components. Accepts any value supported by MUI's Chip (`primary`, `secondary`, etc).
64+
The color of the Chip components. Accepts any value supported by [MUI's Chip](https://mui.com/material-ui/react-chip/) (`primary`, `secondary`, etc).
6565

6666
```jsx
6767
<TextArrayField source="genres" color="secondary" />
@@ -104,7 +104,7 @@ const book = {
104104

105105
## `size`
106106

107-
The size of the Chip components. Accepts any value supported by MUI's Chip (`small`, `medium`). The default is `small`.
107+
The size of the Chip components. Accepts any value supported by [MUI's Chip](https://mui.com/material-ui/react-chip/) (`small`, `medium`). The default is `small`.
108108

109109
```jsx
110110
<TextArrayField source="genres" size="medium" />
@@ -130,7 +130,7 @@ Custom styles for the Stack, using MUI's `sx` prop.
130130

131131
## `variant`
132132

133-
The variant of the Chip components. Accepts any value supported by MUI's Chip (`filled`, `outlined`). The default is `filled`.
133+
The variant of the Chip components. Accepts any value supported by [MUI's Chip](https://mui.com/material-ui/react-chip/) (`filled`, `outlined`). The default is `filled`.
134134

135135
```jsx
136136
<TextArrayField source="genres" variant="outlined" />

0 commit comments

Comments
 (0)