gngr icon indicating copy to clipboard operation
gngr copied to clipboard

Support Flex Layout

Open Kunal-Deshpande opened this issue 7 years ago • 2 comments

https://drafts.csswg.org/css-flexbox-1/

Kunal-Deshpande avatar Jun 18 '17 06:06 Kunal-Deshpande

Container Attributes :

  1. display
  2. flex-flow
    1. flex-direction
    2. flex-wrap
  3. justify-content
  4. align-items
  5. align-content

Item Attributes :

  1. align-self
  2. order
  3. flex
    1. flex-grow
    2. flex-shrink
    3. flex-basis

Kunal-Deshpande avatar Jun 18 '17 08:06 Kunal-Deshpande

For reference, there is now a java library that implements Flex layout: https://github.com/AmaronUI/amaronui-layouts

hrj avatar Oct 08 '18 03:10 hrj