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.
npm -i tweak-ui
<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>