0.6.3 • Published 7 years ago

mofron-comp-ttlhdr v0.6.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

mofron-comp-ttlhdr

extends component of heaader for mofron. this component is header for title of page. please see here about an overview of mofron.

Install

npm install mofron-comp-ttlhdr

Sample

let mf     = require("mofron");
let Header = require("mofron-comp-ttlhdr");

let hdr = new Header({
    /* this is option paramter */
    title   : 'APP_TITLE',
    url     : './',
    height  : 80,
    color   : new mf.Color(70,70,70)
});
hdr.visible(true);
0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.10

7 years ago

0.5.8

7 years ago

0.5.7

8 years ago

0.5.6

8 years ago

0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.0

8 years ago

0.4.12

8 years ago