Skip to content

Commit

Permalink
give instructions for material ui 5, not 4 (rjsf-team#4126)
Browse files Browse the repository at this point in the history
  • Loading branch information
burnettk committed Mar 15, 2024
1 parent e4b8c24 commit c70d81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/docs/usage/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ For example, to use the standard bootstrap 3 form, you can run:
import Form from '@rjsf/core';
```

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

```ts
import Form from '@rjsf/material-ui';
import Form from '@rjsf/mui';
```

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

0 comments on commit c70d81f

Please sign in to comment.