import './demo12.css';
import Grid from '..';
import React from 'react';
import ReactDOM from 'react-dom';
const { Row, Col } = Grid;
ReactDOM.render(
start
col-4
col-4
col-4
center
col-4
col-4
col-4
end
col-4
col-4
col-4
space-between
col-4
col-4
col-4
space-around
col-4
col-4
col-4
, document.getElementById('grid-demo-12'));