0.0.3 • Published 7 years ago

mofron-comp-heading-radius v0.0.3

Weekly downloads
14
License
SEE LICENSE IN LI...
Repository
github
Last release
7 years ago

mofron-comp-heading-radius

extends component of heading for mofron. this component is radius style heading. please see here about an overview of mofron.

Install

npm install mofron-comp-heading-radius

Sample

let Mof     = require('mofron');
let Heading = require('mofron-comp-radihdg');

new Heading({
    param   : 'Heading',
    color   : new Mof.Color(0,100,30),
    visible : true
});