meld-ui

The real world OIM library for JavaScript!


Keywords
meld, dynamic, oim, json, schema, render, structure, library, json render
License
GPL-2.0
Install
bower install meld-ui

Documentation

MELD UI

NPM version Bower version Travis Codecov License

Intro

Meld Ui is a small lightweight library per say, aiding in a flexable unobtrusive take on JavaScript plain objects that renders a form, with a simple API. If you're familiar with OIM's... this is one.

Installation

Install Meld UI using npm:

npm i meld-ui --save

Install Meld UI using bower:

bower i meld-ui --save

Example Usage

new Meld.Ui({
    elm: '#app',
    binds: {
        name: 'Leanne Graham',
        details: {
            email: 'Sincere@april.biz',
            website: 'hildegard.org',
        },
        address: {
            street: 'Kulas Light',
            suite: 'Apt. 556',
            city: 'Gwenborough',
            zipcode: '92998-3874'
        }
    }
})

Building

  • npm i -g typescript
  • npm i
  • npm run watch:dev

Testing

  • npm i
  • npm test

For a release npm run build.

License

GPL-2.0

Copyright(c) 2016 Marais Rossouw