卡瓦格像 google 加上

Card tile grid like google plus

如何创建像 google plus 一样的三列卡片图块滚动网格?我正在使用 Material UI,但找不到这样的功能?我试过标准 Material ui 网格,但它不起作用。

您正在寻找的是 masonry 网格。目前不可能在纯 CSS 中这样做,即使使用新的网格布局机制 ([1], [2])。

Material UI 不提供现成的砌体网格解决方案。

您可能对许多 JavaScript 库中的某些库感兴趣,这些库使用自定义脚本以这种方式排列元素。立即想到的最受欢迎的是 Masonry Desandro. An alternative is Isotope, a payed library for commercial use, which also has a mode for masonry layout.