flexbox-react
flexbox-react copied to clipboard
Unopinionated, standard compliant flexbox component. No propietary APIs. Nothing but flexbox.
Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.0 to 2.20.5. Commits 441f812 2.20.5 d36a1b1 Merge pull request #182 from ChALkeR/chalker/fix-comma b6ea484 Fix uri prefix detection 5389c5b Merge pull request #181 from ChALkeR/chalker/fix-undef df5b313 add...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.20. Commits ded9bc6 Bump to v4.17.20. 63150ef Documentation fixes. 00f0f62 test.js: Remove trailing comma. 846e434 Temporarily use a custom fork of lodash-cli. 5d046f3 Re-enable Travis...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.6 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...
I was able to successfully install and use it in my own respository by manually pushing the dist directory (since I was installing this package from my fork's git URL,...
Just wondering if/when you might support v16 of React? Thanks
Thank you for good product. I found TypeScript bug when use render props --- This is OK ```tsx import * as React from "react" // import Flexbox from "flexbox-react" //...
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' ]), ```
Hey @nachoaIvarez Was having some issues with `flexShrink={0}` props not appearing, but it seems it should be handled by the `isTruthyOrZero()` helper method. Looked at the installed build and that...