uifw

3.0.0 • Public • Published

uifw

This is the user interface framework bundle for ekmSystems. The package brings in uifw.js and uifw-thirdparty.js.

Example

// Require jquery and include the uifw scripts
var $ = require('jquery');
require('uifw');
 
// Standard jQuery select works as normal
var myDiv = $('#mainDiv');
 
// Internal ui checkbox creation
$('#checkbox').uifwFrmCheckbox();
 
// Third party auto complete creation
$('#select').selectToAutocomplete();

Readme

Keywords

none

Package Sidebar

Install

npm i uifw

Weekly Downloads

6

Version

3.0.0

License

ISC

Last publish

Collaborators

  • ekmsystems