Package Exports
- @rjsf/material-ui
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rjsf/material-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@rjsf/material-ui
Material-UI theme, fields and widgets for react-jsonschema-form.
Explore the docs »
View Playground
·
Report Bug
·
Request Feature
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@rjsf/core >= 2.0.0
yarn add @material-ui/core @material-ui/icons @rjsf/coreInstallation
yarn add @rjsf/material-uiUsage
import Form from '@rjsf/material-ui';or
import { withTheme } from '@rjsf/core';
import { Theme as MuiTheme } from '@rjsf/material-ui';
const Form = withTheme(MuiTheme);
