AubreyHewes / react-json

A JSON viewer component for your React app

Home Page:https://react-json.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A JSON viewer component for your React app

https://react-json.now.sh

License:MIT License


Languages

Language:TypeScript 86.2%Language:JavaScript 13.1%Language:SCSS 0.7%