mofron-comp-appbase
this is application base component for mofron.
please see here about an overview of mofron
Install
npm install mofron-comp-appbase
Quick Start
require('mofron');
let App = require('mofron-comp-appbase');
new App({
title : 'Test App Title',
visible : true
});
Class Specification
Method | Parameter | Description |
---|
title | string, text component | application title. this parameter is displayed in the page header. |
header | header component | replace header component. default header component is mofron-comp-apphdr. |
color | color object | color setter/getter. it change header color if you called this as setter. you must not specify any parameter if you call this as getter. |