ant design grid code example
Example 1: responsive grid using antd
import 'antd/dist/antd.css';
import { Row, Col } from 'antd';
One of three columns
One of three columns
One of three columns
Example 2: antd grid
{
xs: '480px',
sm: '768px',
md: '992px',
lg: '1200px',
xl: '1600px',
}