Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sajadtorkamani/react-json-dump
A React component to quickly dump JSON-like data
https://github.com/sajadtorkamani/react-json-dump
debugging jsx react
Last synced: 7 days ago
JSON representation
A React component to quickly dump JSON-like data
- Host: GitHub
- URL: https://github.com/sajadtorkamani/react-json-dump
- Owner: sajadtorkamani
- Created: 2023-10-15T13:47:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T08:38:39.000Z (9 months ago)
- Last Synced: 2024-10-26T22:53:42.194Z (11 days ago)
- Topics: debugging, jsx, react
- Language: TypeScript
- Homepage: https://codesandbox.io/p/sandbox/github/sajadtorkamani/react-json-dump-demo/tree/main
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-json-dump
### Install
```shell
npm install react-json-dump
```### Usage
[See demo](https://codesandbox.io/p/sandbox/github/sajadtorkamani/react-json-dump-demo/tree/main)
```typescript jsx
import { Dump } from 'react-json-dump'const App = () => (
<>
{/* With label */}
>
)
```