Skip to content

Commit c70d81f

Browse files
authored
give instructions for material ui 5, not 4 (rjsf-team#4126)
1 parent e4b8c24 commit c70d81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/docs/usage/themes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ For example, to use the standard bootstrap 3 form, you can run:
4040
import Form from '@rjsf/core';
4141
```
4242

43-
To use the material-ui form, you should first install both `@rjsf/core` and `@rjsf/material-ui`. Then, you can run:
43+
To use the material-ui 5 form, you should first install both `@rjsf/core` and `@rjsf/mui`. Then, you can run:
4444

4545
```ts
46-
import Form from '@rjsf/material-ui';
46+
import Form from '@rjsf/mui';
4747
```
4848

4949
For more information on how to create a custom theme, see documentation on the `withTheme` component.

0 commit comments

Comments
 (0)