responsive grid using antd
import 'antd/dist/antd.css';
import { Row, Col } from 'antd';
<Row>
<Col xs={24} xl={8}>
One of three columns
</Col>
<Col xs={24} xl={8}>
One of three columns
</Col>
<Col xs={24} xl={8}>
One of three columns
</Col>
</Row>
{
xs: '480px',
sm: '768px',
md: '992px',
lg: '1200px',
xl: '1600px',
} <div className="ant-row">
<div className="ant-col ant-col-xs-24 ant-col-xl-8">
One of three columns
</div>
<div className="ant-col ant-col-xs-24 ant-col-xl-8">
One of three columns
</div>
<div className="ant-col ant-col-xs-24 ant-col-xl-8">
One of three columns
</div>
</div>
Also in JavaScript:
- js window resize listener
- node js http request get parameters
- foeach in js
- arrow function in javascript
- npm install save shortcut
- how to check if an object from database is undefined in javascript
- template literal syntax' is only available in ES6 (use 'esversion: 6'). (W119)jshint(W119)
- puppeteer js onblur
- connect nodejs to mariadb
- react native text input next field hooks focus
- checking object is empty in JS
- jquery scroll down 1 pixel
- binary to ascii javascript
- parsley custom error message
- downgrade angular version in project
- Javascript remove array item by value
- nodejs btoa
- shorthand if in javascript with return
- jquery add div element
- javascript input onchange get value
- javascript get referrer
- javascript send post data with ajax
- node check if file exists
- angular on back skip routes