import React from 'react'; import { Col, Divider, Row } from 'antd'; const style: React.CSSProperties = { background: '#0092ff', padding: '8px 0' }; const App: React.FC = () => ( <> Horizontal
col-6
col-6
col-6
col-6
Responsive
col-6
col-6
col-6
col-6
Vertical
col-6
col-6
col-6
col-6
col-6
col-6
col-6
col-6
); export default App;