react-json
A JSON Viewer for your react app
Current styling based on the chrome json extension by https://github.com/callumlocke JSON Formatter 0.6.0 Makes JSON easy to read. Open source.
Usage
yarn add @hewes/react-json
Then in your app, maybe..
import JsonViewer from "@hewes/react-json";
<JsonViewer value={someJsonValue} />
TODO
- [ ] docs
- [ ] options
- [ ] theme
- [ ] default light/dark on browser/os setting
- [ ] theme