@bhch/react-json-form
v2.14.3
Published
Create forms using JSON Schema
Downloads
201
Maintainers
Readme
react-json-form
React Component for editing JSON data using form inputs.
Live demo
https://bhch.github.io/react-json-form/playground/
Documentation
https://bhch.github.io/react-json-form/
⚠️ Important notes
- Consider this library as a work-in-progress (at least until version 3 which will be a more stable release).
- Currently, this library doesn't provide default CSS styles. So, you're required to write
your own CSS styles. You can also copy the styles from the demo page (see
docs.css
afterLine 433
) as a starting point. - Be prepared for breaking changes regarding UI structure and CSS class names. Currently, CSS class names don't follow a particular naming standard. But this will change in v3.
- Support for UI themes will be added soon.