react-schema-final-form-material-ui
v0.4.2
Published
The theme for react-schema-final-form based on material-ui-next.
Downloads
15
Maintainers
Readme
react-schema-final-form-material-ui
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.