mofron-comp-ttlhdr

title header component for mofron


Keywords
front-end
License
MIT
Install
npm install mofron-comp-ttlhdr@0.6.3

Documentation

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);