[Flex] where is flex-flow?
See original GitHub issueI can’t make Flex break lines because there is no flex-flow: row wrap;
. If there is another way of doing this, it is undocumented. So I suggest either add a description on how to break lines with Flex, or add that to itself.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
flex-flow - CSS: Cascading Style Sheets - MDN Web Docs
The flex-flow CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.
Read more >CSS flex-flow property
Definition and Usage ... The flex-flow property is a shorthand property for: ... Note: If the elements are not flexible items, the flex-flow...
Read more >flex-flow
The flex-flow property is a sub-property of the Flexible Box Layout module. It is a shorthand for flex-direction and flex-wrap.
Read more >CSS flex-flow Property
When we set the flex-flow: row wrap, it means that the first value defines the flex-direcion, and the second one defines the flex-wrap...
Read more >CSS Flex Flow (flex-flow) Explained - Beginner Flexbox Tutorial
In this tutorial, we look at the " flex-flow " property in CSS Flexbox." flex-flow " is shorthand for both the " flex...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It would be great to be able to use flexflow
If we could, then we would be able to spread over all these css options.
Thanks for chiming in on this @jamezrin. We don’t plan to support all
css
styles in props, just the common ones.For now, please use the
css
orstyle
prop to achieve this.