glamorous-grid icon indicating copy to clipboard operation
glamorous-grid copied to clipboard

Hiding a column

Open futpib opened this issue 7 years ago • 2 comments

Something like the following could mean "hidden on xs, full width on sm".

{
  span: {
    xs: 0,
    sm: 1
  }
}

futpib avatar Apr 14 '18 09:04 futpib

Or maybe this would be a better choice:

{
  hidden: {
    xs: true
  }
}

futpib avatar Apr 14 '18 10:04 futpib

Bootstrap 4 uses styles like hidden-sm-up and hidden-lg-down. Maybe just adding support for those attributes would be enough.

fredbutters avatar Aug 01 '18 16:08 fredbutters