0.0.7 • Published 7 years ago

mofron-tmpl-simpleconts v0.0.7

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

mofron-tmpl-simpleconts

Simple Contents Template for moforn.

Install

mofron install mofron mofron-tmpl-simpleconts

Sample

require('mofron');
let Text   = require('mofron-comp-text');
let Simple = require('mofron-tmpl-simpleconts');

new Simple({
    param    : 'Simple Contents',
    contents : [new mofron.Param('Sub Title 1', new Text('Contents 1')),
                new mofron.Param('Sub Title 2', new Text('Contents 2'))],
    visible  : true
});
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago