2.1.5 • Published 4 years ago

@clutch-creator/rjsf-material-ui v2.1.5

Weekly downloads
-
License
MIT
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 @rjsf/material-ui

Usage

import Form from '@rjsf/material-ui';

or

import { withTheme } from '@rjsf/core';
import { Theme as MuiTheme } from '@rjsf/material-ui';

const Form = withTheme(MuiTheme);