cs-metadata-editor

0.1.4 • Public • Published

cs-metadata-editor

Generic JSON editor for React.js

What is cs-metadata-editor

cs-metadata-editor is a metadata treeview editor for generic JSON.

Usage

npm i cs-metadata-editor --save
import React, { Component } from 'react'
import Editor from 'cs-metadata-editor'

class App extends Component {
  render () {
    return (
      <div className='App'>
        <Editor />
      </div>
    )
  }
}

export default App

Project Maturity

Master is stable but new and frequently changing.

FAQ

  • Currently expects a /api/v1/emf.json route that returns JSON. (you will be able to pass an array of routes in future)
  • Save is not yet implemented

License

MIT License.

Attributions

cs-metadata-editor was built by Tom Barton.

Readme

Keywords

none

Package Sidebar

Install

npm i cs-metadata-editor

Weekly Downloads

2

Version

0.1.4

License

none

Last publish

Collaborators

  • bartont