0.0.4 • Published 2 years ago

@jtorm/session-method v0.0.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

jTorm Session Method

Install

npm install @jtorm/session-method

Config

OptionTypeRequiredDescription
kanytrueKey
vanyfalseValue it has to match

Example

Below an example when data component exists, use that, else use a default component (list.default).

.mdc-drawer__content->append {
  ->if {
    data: component;
    ->ui {
      component: component;
    }
    ->else {
      ->ui {
        component: "list.default";
      }
    }
  }
}
0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago