博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
react-container-query
阅读量:6361 次
发布时间:2019-06-23

本文共 491 字,大约阅读时间需要 1 分钟。

1.媒体查询 响应式组件

2.使用方法

(1)引入

import { ContainerQuery } from 'react-container-query';

(2)规定屏幕尺寸

/** * 媒体查询 */const query = {  'screen-xs': {    maxWidth: 575,  },  'screen-sm': {    minWidth: 576,    maxWidth: 767,  },  'screen-md': {    minWidth: 768,    maxWidth: 991,  },  'screen-lg': {    minWidth: 992,    maxWidth: 1199,  },  'screen-xl': {    minWidth: 1200,  },};

(3)页面渲染

{params =>
{layout}
}

.

转载于:https://www.cnblogs.com/crazycode2/p/9000957.html

你可能感兴趣的文章
证书生成加密码解密
查看>>
弹窗查看内容时 内容滚动区域设置为body区
查看>>
Windows Azure Platform Introduction (6) Windows Azure应用程序运行环境
查看>>
Windows Azure VM Role (3) 在VHD中安装Windows Server 2008 R2
查看>>
Windows 8 Platform (三) Windows 8 Developer Preview
查看>>
根据条件用一个表的字段,去更新另一个表的字段
查看>>
thinkphp模板中使用自定义函数
查看>>
TP复习3
查看>>
(Delphi) Using the Disk Cache 使用磁盘缓存
查看>>
用Feature的方式删除SharePoint2010的Page中重复的WebPart
查看>>
递归算法学习系列之三(快速排序)
查看>>
从TdataSet生成OleVariant
查看>>
预告和目录: Wayne Game Solution 0.1 网络游戏大厅 从最基础开始
查看>>
xBIM WeXplorer xViewer的导航,相机、剖切、隐藏 等操作
查看>>
(转)预编译头文件
查看>>
艾伟_转载:浅析IHttpModule和IHttpHandler
查看>>
百万级访问量网站的技术准备工作
查看>>
Gnome Tweak Tool 3.0.5发布
查看>>
杭州鼎家被曝破产:长租公寓过度金融化酿恶果
查看>>
刘慈欣点赞科幻电影《流浪地球》:震撼心灵
查看>>