Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Flex Layout #233

Open
Kunal-Deshpande opened this issue Jun 18, 2017 · 2 comments
Open

Support Flex Layout #233

Kunal-Deshpande opened this issue Jun 18, 2017 · 2 comments

Comments

@Kunal-Deshpande
Copy link
Contributor

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

@hrj hrj added this to the after 0.3.12 milestone Jun 18, 2017
@Kunal-Deshpande
Copy link
Contributor Author

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

@hrj hrj modified the milestones: 0.4, after 0.3.12 Jun 18, 2017
@hrj
Copy link
Member

hrj commented Oct 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants