0.6.3 • Published 6 years ago

mofron-comp-ttlhdr v0.6.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.10

6 years ago

0.5.8

6 years ago

0.5.7

6 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.0

7 years ago

0.4.12

7 years ago