Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

meld-ui

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meld-ui

The real world OIM library for JavaScript!

latest
Source
npmnpm
Version
0.0.15
Version published
Maintainers
1
Created
Source

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

Keywords

meld

FAQs

Package last updated on 08 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts