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

"space-evenly" value is missing for justifyContent property of the Box Component #613

Open
kasra0 opened this issue Jul 26, 2023 · 5 comments

Comments

@kasra0
Copy link

kasra0 commented Jul 26, 2023

Hi,

It seams that space-evenly is missing. Indeed we have
readonly justifyContent?: 'flex-start' | 'flex-end' | 'space-between' | 'space-around' | 'center';

Is it possible to add support for "space-evenly" to be aligned with CSS flexbox specs ?

Thanks.

@vadimdemedes
Copy link
Owner

If Yoga supports it, then it should be possible.

@kasra0
Copy link
Author

kasra0 commented Jul 27, 2023

Yes Yoga supports space-evenly

@vadimdemedes
Copy link
Owner

Feel free to open a PR then 👍

@skirianov
Copy link

@vadimdemedes mind if I take this one?

@vadimdemedes
Copy link
Owner

@skirianov Sure, go ahead.

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

No branches or pull requests

3 participants