tweak-ui
v0.4.3
Published
Tweak UI - a lightweight js library for building input controls with data binding
Downloads
385
Readme
Tweak UI
Tweak UI is a lightweight js library providing simple tweak controls
It provides a set of common ui components built with mithriljs. The main objective is to allow a developer to rapidly scaffold input interfaces for manipulating javascript objects at runtime.
Installation
NPM
npm -i tweak-ui
CDN
<style link="https://unpkg.com/[email protected]/dist/tweakui.min.css"></style>
<script src="https://unpkg.com/[email protected]/dist/tweakui.umd.min.js"></script>