lzw120 / flex-layout

Angular component Layout engine; using flexbox-2016 css.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flex Layout

npm version Build Status Gitter

Angular Flex Layout provides a sophisticated layout API using FlexBox CSS + mediaQuery. This module provides Angular (v2.4.3 and higher) developers with component layout features using a custom Layout API, mediaQuery observables,and injected DOM flexbox-2016 css stylings.

The Flex Layout engine intelligently automates the process of applying appropriate Flexbox CSS to browser view hierarchies. This automation also addresses many of the complexities and workarounds encountered with the traditional, manual, CSS-only application of box CSS.

The real power of Flex Layout, however, is its responsive engine. The Responsive API enables developers to easily specify different layouts, sizing, visibilities for different viewport sizes and display devices.


Quick Links

Developers

Demos

Templates


Browser Support

![caniuseflexbox](https://cloud.githubusercontent.com/assets/210413/21288118/917e3faa-c440-11e6-9b08-28aff590c7ae.png)

License

The sources for this package are in the Flex Layout repository.
Please file issues and pull requests against that repo.

License: MIT

About

Angular component Layout engine; using flexbox-2016 css.

License:MIT License


Languages

Language:TypeScript 87.6%Language:CSS 6.2%Language:JavaScript 4.9%Language:HTML 1.3%