0.0.15 • Published 9 years ago

meld-ui v0.0.15

Weekly downloads
2
License
GPL-2.0
Repository
github
Last release
9 years ago

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

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago