import React from "react"; import styles from "./index.less"; import { Row, Col, Divider } from "antd"; const style = { background: "#0092ff", padding: "8px 0" }; export default () => (
<> 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
);