You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
108
108
109
109
```jsx
110
110
<TextArrayField source="genres" size="medium"/>
@@ -130,7 +130,7 @@ Custom styles for the Stack, using MUI's `sx` prop.
130
130
131
131
## `variant`
132
132
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`.
0 commit comments