Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Add justifyContent: 'space-evenly' to Flexbox.propTypes #51

Open
pcatkins opened this issue Apr 2, 2018 · 2 comments · May be fixed by #53
Open

Add justifyContent: 'space-evenly' to Flexbox.propTypes #51

pcatkins opened this issue Apr 2, 2018 · 2 comments · May be fixed by #53

Comments

@pcatkins
Copy link

pcatkins commented Apr 2, 2018

Hi all, thanks for the great project!

nitpick: Suggesting to add 'space-evenly' as acceptable value for justifyContent prop:

 justifyContent: PropTypes.oneOf([
    'center',
    'flex-end',
    'flex-start',
    'space-around',
    'space-between'
  ]),
@dumboluzz
Copy link

dumboluzz commented Apr 13, 2018

I ran into the same problem just now.

I'm gonna make a quick PR #53.

@dumboluzz dumboluzz linked a pull request Apr 13, 2018 that will close this issue
@kouak
Copy link

kouak commented May 31, 2018

Likewise, other possible values are missing. See here : https://developer.mozilla.org/fr/docs/Web/CSS/justify-content

Missing values :

  • stretch
  • left
  • right
  • start
  • end
  • normal
  • safe
  • unsafe

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

Successfully merging a pull request may close this issue.

3 participants