Skip to content

soyelmnd/sfl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFL

Isn't SFL another Simple Flex Layout?

Indeed, it's a dead simple and flexible flex grid, but not a whole new one. It's originally a mimic of the handy layout system shipped with the Google's mighty Angular Material.

For the definitive how-to-use guide, please refer to the fabulous Angular Material doc at https://material.angularjs.org/latest/layout/introduction. Also, classes could be used instead of attribute values. It's absolutely not required, just my own preferences :-)

For eg:

  • layout="row" should become class="layout-row
  • flex="33" should become class="flex-33"
  • layout-align="space-around center" should become class="layout-align-space-around-center"
  • layout-align="center" should become class="layout-align-center"
  • layout-align=" end" should become class="layout-align--end"

How to install

bower install sfl
TODO

Sass, less, css, or what?

TODO

Configurable, why not

TODO

Showcases

TODO


Errata

There are a few known issues with flex box at the time of writing this:

About

A parody of Google Angular Material's *flex* layout system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages