@snups/rjsf-mui
v6.0.0-beta.15.4
Published
Material UI 7 theme, fields and widgets for react-jsonschema-form
Maintainers
Readme
Table of Contents
About The Project
Exports MUI version 5 theme, fields, and widgets for react-jsonschema-form.
Built With
Getting Started
Prerequisites
NOTE: Material UI 7 requires React 18, so you will need to upgrade
@mui/material >= 7@mui/icons-material >= 7@emotion/react >= 11@emotion/styled >= 11@snups/rjsf-core >= 6@snups/rjsf-utils >= 6@snups/rjsf-validator-ajv8 >= 6
yarn add @mui/material @mui/icons-material @emotion/react @emotion/styled @snups/rjsf-core @snups/rjsf-utils @snups/rjsf-validator-ajv8Installation
yarn add @snups/rjsf-muiUsage
Material UI version 7
import Form from '@snups/rjsf-mui';or
import { withTheme } from '@snups/rjsf-core';
import { Theme } from '@snups/rjsf-mui';
// Make modifications to the theme with your own fields and widgets
const Form = withTheme(Theme);Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Read our contributors' guide to get started.
Contact
rjsf team: https://github.com/orgs/rjsf-team/people
GitHub repository: https://github.com/rjsf-team/react-jsonschema-form

