mofron-comp-ttlhdr

0.6.3 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mofron-comp-ttlhdr

    Weekly Downloads

    2

    Version

    0.6.3

    License

    MIT

    Unpacked Size

    7.77 kB

    Total Files

    4

    Last publish

    Collaborators

    • simparts