npm install formation-jsA flow and stack layout library. Pairs well with
Laconic.
Formation can be used via CommonJS (Browserify):
~~~.js
var form = require('formation-js');
form.stack(...);
form.flow(...);
~~~
or by simply including the script, in which case it exposes its
functions under $.el. In this case, you must also include
Laconic, which is a dependency:
~~~.html
~~~
The NPM package name is formation-js because formation was taken.
The initials refer to Formation's author, Joe Stelmach.