In Fluent UI's sample I see <List>
supports dynamically rendering grid items.
https://developer.microsoft.com/en-us/fluentui#/controls/web/list
In our app we have grids in same width but different height and want them stack vertically in multiple columns, basically, masonry layout.
Exact the same layout in CSS-only masonry layout but preferably using Fluent UI.
Does <List>
(or other Fluent UI component) support masonry?
Thanks