2.0.0-alpha.4 • Published 4 years ago

@epicfaace/rjsf-fluent-ui v2.0.0-alpha.4

Weekly downloads
2
License
Apache 2
Repository
github
Last release
4 years ago

About The Project

rjsf-material-ui Screen Shot

Exports material-ui theme, fields and widgets for react-jsonschema-form.

Built With

Getting Started

Prerequisites

yarn add @material-ui/core @material-ui/icons @rjsf/core

Installation

yarn add @epicfaace/rjsf-fluent-ui

Usage

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);