Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

layout-stack

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

layout-stack

Create a layout stack based on the given layout templates.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.7K
increased by21475%
Maintainers
1
Weekly downloads
 
Created
Source

layout-stack NPM version

Create a layout stack based on the given layout templates.

Install

Install with npm

npm i layout-stack --save

Run tests

npm test

Usage

var stack = require('layout-stack');

API

.createStack

Build a layout stack.

  • name {String}: The name of the first layout to add to the stack.
  • layouts {Object}: Possible layout templates tha could be used in the stack.
  • options {Object}: Options to pass to assertLayout.
  • returns {Array}: The layout stack starting with the given name.
var stack = createStack('2-col-side-nav', layouts);

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Brian Woodward

License

Copyright (c) 2014 Brian Woodward
Released under the MIT license


This file was generated by verb on November 18, 2014.

Keywords

FAQs

Package last updated on 18 Nov 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