Office UI 面料反应灵敏还是流畅?

Office UI Fabric reponsive or fluid?

查看文档似乎是 Office UI Fabric 网格只是流动的,不像 bootstrap 那样响应迅速。任何人都可以确认或拒绝吗?

Sample on office ui grid

Office UI Fabric Core is flexible enough to produce both fluid and responsive layout. As you mention correctly the example on the documentation website has a luck of responsive UI layout, but it doesn't mean it is not supported. To confirm this look at Responsive Grid 页面并找到 ms-Grid-rowms-Grid-col 类 提供的。您可以使用其中任何一个来获得您想要实现的响应式网格。

甚至更多:如果您将使用 Office UI Fabric JS 提供的控件,它们中的大多数已经响应屏幕尺寸,您也可以覆盖默认行为。

甚至更多:Office Fabric UI website 本身使用自己的响应式网格。要查看实际示例,只需使用此 link,访问该网站并尝试重新调整浏览器大小 window。

编辑:

2020 年 3 月 12 日,Microsoft 宣布 UI Fabric is evolving into Fluent UI. The new packages should be used. More from official GitHub repo ...