'Blazor Masonry ( Pinterest ) grid
I would like to know if there are any UI components for Blazor so that you can build a photo grid like in Pinterest without using the Masonry library (https://masonry.desandro.com/) ? Or is there already some ready-made implementation of this
Because when I use the Masonry library, then blazor stops working adequately and arranges the elements not in a grid, but one after another like this
Screenshot when running < script src="_framework/blazor.server.js">< /script > in _Layout.cshtml
But when I comment this script, Masonry starts to work normally, but other scripts that use SignalR stop working, who faced this problem?
Normal masonry, but other scripts using dynamic update do not work due to a disabled script (_framework/blazor.server.js)
Are there any alternatives besides Fake masonry?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
