0.0.7 • Published 8 years ago

mofron-comp-button-ujarak v0.0.7

Weekly downloads
26
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

mofron-comp-button-ujarak

extends component of ujarak button for mofron

Install

npm install mofron-comp-button-ujarak

Quick Start

please see here about an overview of mofron

example

require('mofron');
let Button = require('mofron-comp-button-ujarak');

new Button({
    param      : 'TEST',  // require
    clickEvent : function () {alert('click');},
    width      : 150,
    height     : 40,
    color      : new mofron.Color(185,214,228),
    visible    : true
});

#class specification please see button component spacification

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1

8 years ago