Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑使用react-grid-layout组件,但在解释术语时文档并不好。以下是我的问题:
听起来您不熟悉响应 UI。简而言之,您的应用程序如何适应以不同的屏幕尺寸显示 - 通常是桌面与移动。
像 bootstrap 这样的框架通过提供开箱即用的支持来普及响应式 UI。引导文档解释了断点。
在这种情况下,网格列的数量会根据屏幕分辨率(通常以像素为单位的宽度)而变化,它将在命名分辨率(断点)之间切换 - 'lg'、'md'、'sm'、'xs' 等。
react-grid-layout 的自述文件提到了响应式道具和断点。