Socket
Socket
Sign inDemoInstall

formation-js

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formation-js

flow and stack layout library


Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 07 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc