0.0.7 • Published 6 years ago

mofron-comp-button-ujarak v0.0.7

Weekly downloads
26
License
SEE LICENSE IN LI...
Repository
github
Last release
6 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

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago