0.1.0-alpha.2 • Published 4 years ago

@hewes/react-json v0.1.0-alpha.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

npm npm GitHub last commit GitHub tag (latest by date) Conventional Commits Beerpay

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