@visma/rjsf-material-ui
v3.1.0-101
Published
Material UI theme, fields and widgets for react-jsonschema-form
Readme
Table of Contents
About The Project
Exports material-ui theme, fields and widgets for react-jsonschema-form.
Built With
Getting Started
Prerequisites
@material-ui/core >= 4.2.0(in 4.2.0, theslidercomponent was added to the core)@material-ui/icons@visma/rjsf-core >= 2.0.0
yarn add @material-ui/core @material-ui/icons @visma/rjsf-coreInstallation
yarn add @visma/rjsf-material-uiUsage
import Form from '@visma/rjsf-material-ui';or
import { withTheme } from '@visma/rjsf-core';
import { Theme as MaterialUITheme } from '@visma/rjsf-material-ui';
// Make modifications to the theme with your own fields and widgets
const Form = withTheme(MaterialUITheme);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

