0.4.6 • Published 7 years ago

mofron-comp-header-title v0.4.6

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

mofron-comp-header-title

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-header-title

Sample

let Mof    = require("mofron");
let TtlHdr = require("mofron-comp-header-title");

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

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.4

7 years ago