import './demo7.css'; import Grid from '..'; import React from 'react'; import ReactDOM from 'react-dom'; const { Row, Col } = Grid; ReactDOM.render(
Hide columns under all breakpoints, resize browser to see if the second column is hidden or shown
col-8 col-16
Hide columns under a breakpoint such as xs, resize browser to see if the second column is hidden or shown
col-8 col-16
Hide columns under some breakpoints such as xs and s, resize browser to see if the second column is hidden or shown
col-8 col-16
, document.getElementById('grid-demo-7'));