Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formation

A flow and stack layout library. Pairs well with Laconic.

Formation can be used via CommonJS (Browserify):

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:

<script src="laconic.js"></script>
<script src="formation.js"></script>
<script>
  $.el.stack(...);
</script>

The NPM package name is formation-js because formation was taken. The initials refer to Formation's author, Joe Stelmach.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages