Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-schema-final-form-material-ui

leuction116MIT0.4.2

The theme for react-schema-final-form based on material-ui-next.

JSON Schema, React, Final Form, Material-UI

readme

react-schema-final-form-material-ui Build Status

The material-ui@next theme for react-schema-final-form.

Installation

Via npm into a fresh project:

npm install react-schema-final-form react-schema-final-form-material-ui

Or using yarn:

yarn add react-schema-final-form react-schema-final-form-material-ui

Usage

This library is depends on the react-schema-final-form. The usage of this library is demostrate in the storybook. The most important widget are Array Widget, Base InputWidget and ObjectWidget. All of these widget are relate to the basic function of react-schema-final-form. Whereas we can change it to fully costumize it.