0.0.15 • Published 8 years ago

meld-ui v0.0.15

Weekly downloads
2
License
GPL-2.0
Repository
github
Last release
8 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

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago