import './demo10.css';
import Grid from '..';
import React from 'react';
import ReactDOM from 'react-dom';
const { Row, Col } = Grid;
ReactDOM.render(
Normal offset, set offset from 1 to 30
offset-fixed-0
offset-fixed-4
offset-fixed-8
offset-fixed-12
Adaptive offset
col
offset-fixed-12
, document.getElementById('grid-demo-10'),
);