Is there a javascript or web development library equivalent of ios' auto layout constraints concept?

旧时模样 提交于 2019-12-10 23:28:12

问题


Has anyone seen this done outside of ios development?

The auto layout constraint concept is very interesting and could be helpful in responsive web design, possibly?

What do you think/any equivalents out there?


回答1:


Yes there is, it's called AutoLayout.js

https://github.com/IjzerenHein/autolayout.js




回答2:


Its called AutolayoutJS. Here read my blog post .This is a combination of material from varied resources.



来源:https://stackoverflow.com/questions/34367111/is-there-a-javascript-or-web-development-library-equivalent-of-ios-auto-layout

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!