Why doesn't <Flex /> support space-around and space-evenly? #96
Replies: 3 comments 2 replies
-
Also no |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nothing bad about space-around and space-evenly, we didn't add them to the prop values to keep the ergonomics clean because they are rarely used and are less intuitive as a layout method. They are still available if you need them once in a blue moon via inline styles or other styling solutions. Same about align-content. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think if it is added justify="around", it can make Flex more complete |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm intrigued by the fact that
<Flex />
doesn't supportspace-around
andspace-evenly
.Is this a conscious decision (i.e. "it's bad practice to use
space-around
andspace-evenly
, so we're not going to add it") or hasn't been implemented yet?Beta Was this translation helpful? Give feedback.
All reactions