0.0.6 • Published 2 years ago
react-json-dump v0.0.6
react-json-dump
Install
npm install react-json-dump
Usage
import { Dump } from 'react-json-dump'
const App = () => (
<>
<Dump data={{ name: 'John Doe', age: 30 }} />
{/* With label */}
<Dump label="PersonRecord" data={{ name: 'John Doe', age: 30 }} />
</>
)
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.4-alpha
2 years ago
0.0.3-alpha
2 years ago
0.0.2-alpha
2 years ago
0.0.1-alpha
2 years ago