1.0.0 • Published 8 months ago

@jtorm/layer-method v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
8 months ago

jTorm - Layer Method

Install

npm install @jtorm/layer-method

Properties

OptionTypeRequiredDescription
estringtrueEvent when to process e.g. before, after.
tstringtrueType when to process e.g. iteration, view.
istringfalseID, optional when component has a cache ID from parent, also overrules parent.
zintfalseZ-index.

Example

->layer {
    e: 'after';
    t: 'view';
    z: '1';

    a->attr {
        n: 'class';
        v: 'active';
    }
}
1.0.0

8 months ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago