Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axe-me/ng-flex-layout

Pull from Angular Material layout library. Make flex box layout easier.
https://github.com/axe-me/ng-flex-layout

Last synced: 28 days ago
JSON representation

Pull from Angular Material layout library. Make flex box layout easier.

Awesome Lists containing this project

README

        

# ng-flex-layout
--
Pull from Angular Material. Make flex box layout much easier!

[![preview](./screenshoot.png)](http://shanexie.github.io/ng-flex-layout/)
## Install
* use bower: `bower install ng-flex-layout`
* Or, download the compiled and minified css file [here](https://raw.githubusercontent.com/ShaneXie/ng-flex-layout/master/css/flex-layout.min.css).
Then inject the css file into your html
``

## Usage
On the [project page](http://shanexie.github.io/ng-flex-layout/), there are some simple examples.
For more details of this library, please check out the [official document](https://material.angularjs.org/latest/#/layout/container)

## Build from sass
First install sass, e.g. on mac: `gem install sass`
Then run `pyuthon ./builder/generater.py` command in the project folder.
This command will build and minify the `./scss/flex-layout.scss` source file into `css` folder.