@epicfaace/rjsf-fluent-ui
v2.0.0-alpha.4
Published
Fluent UI theme, fields and widgets for react-jsonschema-form
Downloads
8
Maintainers
Readme
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 @epicfaace/rjsf-fluent-uiUsage
import Form from '@epicfaace/rjsf-fluent-ui';or
import { withTheme } from '@rjsf/core';
import { Theme as MuiTheme } from '@epicfaace/rjsf-fluent-ui';
const Form = withTheme(MuiTheme);
