react-flexbox-grid icon indicating copy to clipboard operation
react-flexbox-grid copied to clipboard

default props on xs, sm, md, lg

Open eduardoinnorway opened this issue 8 years ago • 1 comments

You should have default value to 12 on all sizes, else you need to write all the props all the time.

<Col lg={6}>foo</Col>

This should automatically give you xs, sm, md = 12.

How it is today, the Col becomes a div with inline-block on the not set props, and it looks strange when expecting responsive layout.

eduardoinnorway avatar Apr 25 '17 08:04 eduardoinnorway

@eduardoinnorway try https://jacargentina.github.io/react-flexbox-grid/ for this feature

jacargentina avatar Apr 19 '18 20:04 jacargentina