Socket
Socket
Sign inDemoInstall

flex-attributes

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-attributes

A css library that allows you to compose mobile first, adaptive flexbox layouts and grids with attributes.


Version published
Maintainers
1
Created
Source

Flex Attributes

This library allows you to compose layout with flexbox in html. Containers are composed by combining flex-column|flex-row with flex-flow.

flex-column or flex-row sets the element to be a flex container and sets the direction, flex-flow defines how children align on the main, and secondary axis.

flex-column="reverse nowrap" flex-flow="space-between baseline"

flex-row and flex-column can be shorthanded and default to the flexbox defaults

flex-row flex-flow="start baseline"

flex-flow can be shorthanded to just the main axis

flex-row flex-flow="space-between"

Installation

npm install flex-attributes
bower install flex-attributes

Add, import, or require flex-attributes/dist/flex-attributes.css into your project.

Keywords

FAQs

Package last updated on 13 Nov 2016

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