meld-ui
v0.0.15
Published
The real world OIM library for JavaScript!
Downloads
60
Maintainers
Readme
MELD UI
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
Copyright(c) 2016 Marais Rossouw