Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/axe-me/ng-flex-layout
- Owner: axe-me
- License: mit
- Created: 2015-08-14T20:32:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T07:19:14.000Z (almost 9 years ago)
- Last Synced: 2024-11-29T08:45:04.478Z (about 1 month ago)
- Language: CSS
- Homepage: http://shanexie.github.io/ng-flex-layout/
- Size: 174 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.