Flex Wrap
Atomic props for controlling how flex items wrap.
| Atomic Props | CSS Properties |
|---|---|
| flexWrap={value} | flex-wrap: {value} |
Wrap
Use flexWrap="wrap" props to allow flex items to wrap.
Result
Loading...
Live Editor
No Wrap
Use flexWrap="nowrap" props to prevent flex items from wrapping, causing inflexible items to overflow the container if necessary.
Result
Loading...
Live Editor