@vgmr/config-editor
TypeScript icon, indicating that this package has built-in type declarations

2.0.21 • Public • Published

vgmr config-editor

An extensible json editor

Usage

# install
npm i @vgmr/config-editor

# index.ts
import {Vce, vceConfiguration} from '@vgmr/config-editor'

let data= {}
let config = vceConfiguration(b=>[
  b.text('name')
])

const App = () =>{
    return <Vce 
        data={data}
        configuration = {config}
      />
}

Readme

Keywords

none

Package Sidebar

Install

npm i @vgmr/config-editor

Weekly Downloads

0

Version

2.0.21

License

ISC

Unpacked Size

2.5 MB

Total Files

153

Last publish

Collaborators

  • smulas
  • vgmr-admin