0.4.11 • Published 7 years ago

mofron-comp-titleheader v0.4.11

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

mofron-comp-titleheader

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-titleheader

Sample

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

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

7 years ago

0.4.10

7 years ago

0.4.9

7 years ago

0.4.8

7 years ago

0.4.7

7 years ago

0.4.6

7 years ago