import './demo2.css'; import Grid from '..'; import React from 'react'; import ReactDOM from 'react-dom'; const { Row, Col } = Grid; ReactDOM.render(
Two-column layout, left column fixed, right column adaptive
col-fixed-16 col
Two-column layout, right column fixed, left column adaptive
col col-fixed-16
Three-column layout, left column and right column fixed, middle column adaptive
col-fixed-8 col col-fixed-8
, document.getElementById('grid-demo-2'));