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

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 flexbox layouts with attributes.

  • 1.0.1
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-70.37%
Maintainers
1
Weekly downloads
 
Created
Source

Flex Attributes

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

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

fa-column="reverse nowrap" fa-layout="space-between baseline"

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

fa-row fa-layout="start baseline"

fa-layout can be shorthanded to just the main axis

fa-row fa-layout="space-between"

Installation

npm install flex-attributes
bower install flex-attributes

Add or import flex-attributes/dist/flex-attributes.css into your index or compiled css build process

Keywords

FAQs

Package last updated on 14 Sep 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