@mar-sn/js-ui
v0.5.0
Published
This library will help greatly with development when constructing a UI with javascript. Currently the library contains the following elements: - Button - Input - Fieldset (with input) - Table - Grid layout - Panel - Popup
Downloads
7
Readme
JsUi
This library will help greatly with development when constructing a UI with javascript. Currently the library contains the following elements:
- Button
- Input
- Fieldset (with input)
- Table
- Grid layout
- Panel
- Popup
Requirements
- Node package manager (NPM)
- Optional gulp installed globally
How to use
The design of the library is that you can (mostly) choose what
you want to use in terms of imports. Use npm to download dependencies
followed by gulp build
. Use requirejs to define and use the components.
Please see index.html in test for examples.
Credits
Special thanks to the creators of these awesome libraries:
- trumbowyg: https://alex-d.github.io/Trumbowyg/
- table-dragger: https://github.com/sindu12jun/table-dragger
- moments-js: https://github.com/moment/moment-timezone/
- flatpickr: https://github.com/flatpickr/flatpickr
- requirejs: https://github.com/requirejs/requirejs