@tomedio/react-json-forms
v1.0.0
Published
This library allows to render forms defined by a JSON object. By using skins concept it can be personalized in unlimited ways.
Downloads
2
Readme
React JSON forms
This library allows to render forms defined by a JSON object. By using skins concept it can be personalized in unlimited ways.
Dynamic form component generating its content based on a provided JSON definition lets us create a smart visual editor to build complex forms.
Table of contents
Available components
The library allows to render many elements as parts of dynamic form:
Checkbox
,Date
,File
,Form
,Input
,Radio
,Rating
,Reset
,Select
,Slider
,Submit
,Switch
,Textarea
.
Watch out! Every skin must implement all components - it's a required condition.
Built-in skins
Library comes with two built-in skins which use very popular UI frameworks:
Bootstrap
;MUI
.