0.0.7 • Published 8 years ago

mofron-tmpl-simpleconts v0.0.7

Weekly downloads
30
License
SEE LICENSE IN LI...
Repository
github
Last release
8 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

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago