Constraint Based Layout For Your AngularJS Apps

Author: thenikso
Official Page: Go to website
Publish Date: April 8, 2015
License: MIT

Description:

Constraint based layout paradigm for AngularJS web applications inspired by Apple’s Auto Layout for iOS and OS X.

HTML and CSS have been designed to present a page style layout like one that you might find on a newspaper. However, nowadays those technologies are also used to for layout of applications that should resemble native ones.

Many features that are needed to properly layout an application are missing from CSS. For example, there is no way to specify that two elements on a page should have the same height!

With angular-autolayout, you can use the same layout technology that Apple gives to native iOS and OS X developers for your HTML5 app.

Preview:

Constraint Based Layout For Your AngularJS Apps


You Might Be Interested In:

Add Comment