Skip to content

bhch/react-json-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

414c46c · Jan 29, 2025
Aug 14, 2022
Jan 29, 2025
Jan 29, 2025
Jan 29, 2025
Jul 24, 2023
Aug 19, 2021
Aug 19, 2021
Aug 28, 2022
Aug 14, 2021
Oct 8, 2022
Sep 10, 2022
Jan 29, 2025

Repository files navigation

react-json-form

React Component for editing JSON data using form inputs.

npm badge

Live demo

https://bhch.github.io/react-json-form/playground/

Documentation

https://bhch.github.io/react-json-form/

⚠️ Important notes

  1. Consider this library as a work-in-progress (at least until version 3 which will be a more stable release).
  2. 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 after Line 433) as a starting point.
  3. 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.
  4. Support for UI themes will be added soon.