1.1.9 • Published 3 years ago

simple-json-form-viewer v1.1.9

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

simple-json-form-viewer

A react component that displays a JSON object or array as a form

NPM JavaScript Style Guide

Live demo: rafael84.github.io/simple-json-form-viewer

Install

npm install --save simple-json-form-viewer

Usage

import React, { Component } from 'react'

import { JSONViewer } from 'simple-json-form-viewer'
import 'simple-json-form-viewer/dist/index.css'

class Example extends Component {
  render() {
    return <JSONViewer data={{ foo: 'bar' }} />
  }
}

License

MIT © rafael84

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago