Skip to content

simpart/mofron-comp-ttlhdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published