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 justifyContent: 'space-between' and 'space-evenly' #25

Closed
felixmariotto opened this issue Jun 6, 2020 · 2 comments
Closed

Support justifyContent: 'space-between' and 'space-evenly' #25

felixmariotto opened this issue Jun 6, 2020 · 2 comments
Assignees
Labels
roadmap Feature planned, must be addressed

Comments

@felixmariotto
Copy link
Owner

It should be possible to position Blocks similarly to CSS justify-content space-between and space-evenly.

It should be done by BoxComponent

@felixmariotto felixmariotto added the roadmap Feature planned, must be addressed label Jun 6, 2020
@swingingtom
Copy link
Collaborator

This kind of demo could be useful https://css-tricks.com/almanac/properties/j/justify-content/#aa-demo
With a trigger to set as direction : row/column.

We could also take this as an opportunity to deprecated left-right-top-bottom in favor of uniformized end-start

@swingingtom
Copy link
Collaborator

Should child.margin be ignored during space-between, space-evenly & space-around ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap Feature planned, must be addressed
Projects
None yet
Development

No branches or pull requests

2 participants