Soenneker.Blazor.Masonry 2.1.464

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Masonry --version 2.1.464
NuGet\Install-Package Soenneker.Blazor.Masonry -Version 2.1.464
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Masonry" Version="2.1.464" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Masonry --version 2.1.464
#r "nuget: Soenneker.Blazor.Masonry, 2.1.464"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Blazor.Masonry as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Masonry&version=2.1.464

// Install Soenneker.Blazor.Masonry as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Masonry&version=2.1.464

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Masonry

A Blazor interop library that integrates Masonry, the cascading grid layout library

Installation

dotnet add package Soenneker.Blazor.Masonry

Usage

  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddMasonry();
}
  1. Inject IMasonryInterop within your App.Razor file
@using Soenneker.Blazor.Masonry.Abstract
@inject IMasonryInterop MasonryInterop
  1. Use Bootstrap Rows and columns on the page (<div class='row'></div>). Other selectors can be passed into the interop, .row is default.

  2. Initialize Masonry within your Razor code in the OnAfterRenderAsync override

protected override async Task OnAfterRenderAsync(bool firstRender)
{
	if (firstRender)
		await MasonryInterop.Init();
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.482 30 7/4/2024
2.1.481 35 7/4/2024
2.1.479 41 7/3/2024
2.1.478 31 7/3/2024
2.1.477 35 7/3/2024
2.1.476 32 7/3/2024
2.1.475 31 7/3/2024
2.1.474 31 7/3/2024
2.1.473 33 7/3/2024
2.1.472 29 7/3/2024
2.1.471 35 7/3/2024
2.1.470 30 7/3/2024
2.1.469 29 7/3/2024
2.1.468 36 7/3/2024
2.1.467 21 7/3/2024
2.1.466 17 7/3/2024
2.1.465 26 7/3/2024
2.1.464 34 7/3/2024
2.1.463 77 6/30/2024
2.1.462 63 6/30/2024
2.1.461 73 6/30/2024
2.1.460 62 6/30/2024
2.1.459 68 6/29/2024
2.1.458 75 6/28/2024
2.1.457 67 6/28/2024
2.1.456 71 6/28/2024
2.1.455 65 6/28/2024
2.1.454 77 6/27/2024
2.1.453 79 6/27/2024
2.1.452 73 6/27/2024
2.1.451 68 6/27/2024
2.1.450 68 6/27/2024
2.1.449 62 6/27/2024
2.1.448 70 6/27/2024
2.1.447 71 6/24/2024
2.1.446 65 6/24/2024
2.1.445 62 6/24/2024
2.1.444 66 6/24/2024
2.1.443 72 6/22/2024
2.1.442 66 6/22/2024
2.1.441 67 6/22/2024
2.1.440 112 6/15/2024
2.1.439 65 6/15/2024
2.1.438 68 6/15/2024
2.1.437 66 6/15/2024
2.1.436 59 6/15/2024
2.1.435 66 6/15/2024
2.1.434 65 6/15/2024
2.1.433 65 6/14/2024
2.1.432 97 6/4/2024
2.1.431 71 6/4/2024
2.1.430 91 6/2/2024
2.1.429 70 6/1/2024
2.1.428 69 6/1/2024
2.1.427 68 6/1/2024
2.1.426 64 6/1/2024
2.1.425 73 6/1/2024
2.1.424 65 6/1/2024
2.1.423 65 6/1/2024
2.1.422 66 5/31/2024
2.1.421 66 5/31/2024
2.1.420 79 5/31/2024
2.1.419 66 5/31/2024
2.1.418 75 5/29/2024
2.1.417 68 5/29/2024
2.1.416 64 5/29/2024
2.1.415 55 5/28/2024
2.1.414 59 5/28/2024
2.1.413 77 5/28/2024
2.1.412 63 5/28/2024
2.1.411 59 5/28/2024
2.1.410 64 5/28/2024
2.1.409 63 5/28/2024
2.1.408 67 5/27/2024
2.1.407 63 5/27/2024
2.1.406 66 5/27/2024
2.1.405 66 5/27/2024
2.1.404 65 5/26/2024
2.1.403 71 5/26/2024
2.1.402 76 5/26/2024
2.1.401 71 5/26/2024
2.1.400 69 5/26/2024
2.1.399 73 5/26/2024
2.1.398 71 5/25/2024
2.1.397 78 5/25/2024
2.1.396 80 5/25/2024
2.1.395 65 5/25/2024
2.1.394 66 5/25/2024
2.1.393 67 5/25/2024
2.1.392 78 5/23/2024
2.1.391 71 5/23/2024
2.1.390 71 5/23/2024
2.1.389 66 5/23/2024
2.1.388 76 5/23/2024
2.1.387 75 5/23/2024
2.1.386 72 5/22/2024
2.1.385 74 5/22/2024
2.1.384 76 5/22/2024
2.1.383 69 5/22/2024
2.1.382 90 5/18/2024
2.1.381 69 5/18/2024
2.1.380 77 5/18/2024
2.1.379 80 5/17/2024
2.1.378 92 5/17/2024
2.1.377 78 5/17/2024
2.1.376 71 5/16/2024
2.1.375 76 5/16/2024
2.1.374 76 5/16/2024
2.1.373 83 5/15/2024
2.1.372 63 5/15/2024
2.1.371 79 5/15/2024
2.1.370 77 5/14/2024
2.1.369 51 5/13/2024
2.1.368 49 5/13/2024
2.1.367 52 5/13/2024
2.1.366 120 4/30/2024
2.1.365 74 4/30/2024
2.1.364 76 4/30/2024
2.1.363 80 4/29/2024
2.1.362 81 4/29/2024
2.1.361 85 4/29/2024
2.1.360 73 4/29/2024
2.1.359 73 4/29/2024
2.1.358 73 4/28/2024
2.1.357 67 4/28/2024
2.1.356 69 4/28/2024
2.1.355 79 4/28/2024
2.1.354 78 4/28/2024
2.1.353 80 4/28/2024
2.1.352 80 4/28/2024
2.1.351 87 4/28/2024
2.1.350 79 4/27/2024
2.1.349 126 4/20/2024
2.1.348 74 4/20/2024
2.1.347 84 4/19/2024
2.1.346 77 4/19/2024
2.1.345 72 4/19/2024
2.1.344 70 4/19/2024
2.1.343 75 4/19/2024
2.1.342 76 4/19/2024
2.1.341 76 4/19/2024
2.1.340 77 4/19/2024
2.1.339 122 4/13/2024
2.1.338 82 4/13/2024
2.1.337 87 4/13/2024
2.1.336 71 4/12/2024
2.1.335 72 4/12/2024
2.1.334 77 4/12/2024
2.1.333 74 4/12/2024
2.1.332 86 4/12/2024
2.1.331 79 4/12/2024
2.1.330 88 4/12/2024
2.1.329 79 4/11/2024
2.1.328 69 4/10/2024
2.1.327 70 4/10/2024
2.1.326 72 4/10/2024
2.1.325 73 4/10/2024
2.1.324 77 4/10/2024
2.1.323 86 4/9/2024
2.1.322 139 4/3/2024
2.1.321 83 4/2/2024
2.1.320 72 4/2/2024
2.1.319 73 4/2/2024
2.1.318 84 4/1/2024
2.1.317 88 3/30/2024
2.1.316 75 3/29/2024
2.1.315 76 3/29/2024
2.1.314 93 3/25/2024
2.1.313 85 3/25/2024
2.1.312 84 3/25/2024
2.1.311 77 3/25/2024
2.1.310 112 3/21/2024
2.1.309 96 3/21/2024
2.1.308 85 3/20/2024
2.1.307 115 3/20/2024
2.1.306 87 3/19/2024
2.1.305 73 3/19/2024
2.1.304 95 3/19/2024
2.1.303 68 3/19/2024
2.1.302 87 3/19/2024
2.1.301 88 3/19/2024
2.1.300 81 3/18/2024
2.1.299 88 3/18/2024
2.1.298 129 3/16/2024
2.1.297 75 3/16/2024
2.1.296 96 3/15/2024
2.1.295 89 3/14/2024
2.1.294 86 3/13/2024
2.1.293 95 3/13/2024
2.1.292 83 3/13/2024
2.1.291 95 3/13/2024
2.1.290 81 3/13/2024
2.1.289 84 3/13/2024
2.1.288 90 3/13/2024
2.1.287 89 3/13/2024
2.1.286 77 3/13/2024
2.1.285 79 3/13/2024
2.1.284 89 3/12/2024
2.1.283 91 3/12/2024
2.1.282 73 3/12/2024
2.1.281 77 3/12/2024
2.1.280 91 3/12/2024
2.1.279 92 3/11/2024
2.1.278 96 3/11/2024
2.1.277 67 3/11/2024
2.1.276 64 3/11/2024
2.1.275 77 3/10/2024
2.1.274 88 3/10/2024
2.1.273 87 3/10/2024
2.1.272 82 3/10/2024
2.1.271 88 3/9/2024
2.1.270 83 3/8/2024
2.1.269 89 3/8/2024
2.1.268 79 3/8/2024
2.1.267 79 3/8/2024
2.1.266 88 3/8/2024
2.1.265 81 3/8/2024
2.1.264 94 3/6/2024
2.1.263 84 3/6/2024
2.1.262 87 3/6/2024
2.1.261 105 3/4/2024
2.1.260 79 3/4/2024
2.1.259 84 3/4/2024
2.1.258 77 3/4/2024
2.1.257 87 3/4/2024
2.1.256 111 3/3/2024
2.1.255 87 3/3/2024
2.1.254 73 3/3/2024
2.1.253 85 3/3/2024
2.1.252 85 3/2/2024
2.1.251 88 3/2/2024
2.1.250 84 3/2/2024
2.1.249 82 3/2/2024
2.1.248 85 3/2/2024
2.1.247 91 3/2/2024
2.1.246 97 2/29/2024
2.1.245 81 2/29/2024
2.1.244 94 2/29/2024
2.1.243 80 2/29/2024
2.1.242 76 2/29/2024
2.1.241 79 2/29/2024
2.1.240 85 2/29/2024
2.1.239 163 2/26/2024
2.1.238 103 2/26/2024
2.1.237 80 2/26/2024
2.1.236 85 2/25/2024
2.1.235 89 2/25/2024
2.1.234 85 2/25/2024
2.1.233 81 2/25/2024
2.1.232 99 2/24/2024
2.1.231 88 2/24/2024
2.1.230 81 2/23/2024
2.1.229 94 2/23/2024
2.1.228 103 2/22/2024
2.1.227 96 2/22/2024
2.1.226 84 2/22/2024
2.1.225 76 2/22/2024
2.1.224 90 2/22/2024
2.1.223 92 2/22/2024
2.1.222 89 2/21/2024
2.1.221 126 2/21/2024
2.1.220 81 2/21/2024
2.1.219 104 2/21/2024
2.1.218 88 2/21/2024
2.1.217 77 2/21/2024
2.1.216 86 2/21/2024
2.1.215 93 2/21/2024
2.1.214 93 2/20/2024
2.1.213 87 2/20/2024
2.1.212 84 2/20/2024
2.1.211 85 2/20/2024
2.1.210 83 2/20/2024
2.1.209 81 2/20/2024
2.1.208 79 2/20/2024
2.1.207 82 2/20/2024
2.1.206 76 2/19/2024
2.1.205 70 2/19/2024
2.1.204 79 2/19/2024
2.1.203 76 2/19/2024
2.1.202 75 2/19/2024
2.1.201 88 2/17/2024
2.1.200 75 2/17/2024
2.1.199 77 2/17/2024
2.1.198 76 2/17/2024
2.1.197 83 2/17/2024
2.1.196 72 2/16/2024
2.1.195 74 2/16/2024
2.1.194 88 2/16/2024
2.1.193 73 2/16/2024
2.1.192 71 2/16/2024
2.1.191 76 2/16/2024
2.1.190 70 2/16/2024
2.1.189 75 2/16/2024
2.1.188 190 2/14/2024
2.1.187 79 2/14/2024
2.1.186 88 2/14/2024
2.1.185 82 2/14/2024
2.1.184 82 2/13/2024
2.1.183 88 2/13/2024
2.1.182 83 2/13/2024
2.1.181 79 2/13/2024
2.1.180 79 2/13/2024
2.1.179 76 2/13/2024
2.1.178 78 2/13/2024
2.1.177 95 2/13/2024
2.1.176 125 2/12/2024
2.1.175 93 2/12/2024
2.1.174 98 2/12/2024
2.1.173 78 2/12/2024
2.1.172 93 2/11/2024
2.1.171 95 2/11/2024
2.1.170 95 2/11/2024
2.1.169 91 2/11/2024
2.1.168 92 2/11/2024
2.1.167 90 2/11/2024
2.1.166 96 2/10/2024
2.1.165 90 2/10/2024
2.1.164 99 2/10/2024
2.1.163 87 2/10/2024
2.1.162 88 2/9/2024
2.1.161 90 2/9/2024
2.1.160 93 2/9/2024
2.1.159 87 2/9/2024
2.1.158 93 2/9/2024
2.1.157 95 2/9/2024
2.1.156 93 2/8/2024
2.1.155 95 2/8/2024
2.1.154 85 2/8/2024
2.1.153 96 2/8/2024
2.1.152 79 2/8/2024
2.1.151 78 2/7/2024
2.1.150 88 2/7/2024
2.1.149 88 2/7/2024
2.1.148 79 2/7/2024
2.1.147 89 2/7/2024
2.1.146 76 2/7/2024
2.1.145 85 2/7/2024
2.1.144 93 2/6/2024
2.1.143 97 2/6/2024
2.1.142 85 2/6/2024
2.1.141 81 2/5/2024
2.1.140 79 2/5/2024
2.1.139 81 2/5/2024
2.1.138 83 2/4/2024
2.1.137 77 2/4/2024
2.1.136 76 2/4/2024
2.1.135 77 2/3/2024
2.1.134 87 2/3/2024
2.1.133 77 2/3/2024
2.1.132 155 1/31/2024
2.1.131 78 1/31/2024
2.1.130 74 1/31/2024
2.1.129 78 1/31/2024
2.1.128 78 1/30/2024
2.1.127 76 1/30/2024
2.1.126 86 1/30/2024
2.1.125 78 1/30/2024
2.1.124 81 1/29/2024
2.1.123 103 1/29/2024
2.1.122 76 1/29/2024
2.1.121 76 1/29/2024
2.1.120 75 1/29/2024
2.1.119 79 1/29/2024
2.1.118 80 1/28/2024
2.1.117 78 1/28/2024
2.1.116 88 1/28/2024
2.1.115 83 1/28/2024
2.1.114 77 1/28/2024
2.1.113 78 1/27/2024
2.1.112 76 1/27/2024
2.1.111 77 1/27/2024
2.1.110 76 1/27/2024
2.1.109 77 1/27/2024
2.1.108 79 1/27/2024
2.1.107 83 1/27/2024
2.1.106 77 1/26/2024
2.1.105 80 1/26/2024
2.1.104 77 1/26/2024
2.1.103 84 1/26/2024
2.1.102 80 1/26/2024
2.1.101 80 1/26/2024
2.1.100 80 1/26/2024
2.1.99 80 1/26/2024
2.1.98 79 1/25/2024
2.1.97 78 1/25/2024
2.1.96 81 1/25/2024
2.1.95 82 1/25/2024
2.1.94 81 1/25/2024
2.1.93 90 1/19/2024
2.1.92 78 1/19/2024
2.1.91 111 1/16/2024
2.1.90 90 1/16/2024
2.1.89 85 1/16/2024
2.1.88 89 1/15/2024
2.1.87 95 1/15/2024
2.1.86 84 1/15/2024
2.1.85 79 1/15/2024
2.1.84 88 1/15/2024
2.1.83 88 1/15/2024
2.1.82 94 1/15/2024
2.1.81 85 1/14/2024
2.1.80 83 1/14/2024
2.1.79 86 1/14/2024
2.1.78 93 1/13/2024
2.1.77 95 1/13/2024
2.1.76 82 1/13/2024
2.1.75 83 1/13/2024
2.1.74 92 1/12/2024
2.1.73 89 1/12/2024
2.1.72 83 1/12/2024
2.1.71 89 1/11/2024
2.1.70 97 1/11/2024
2.1.69 88 1/11/2024
2.1.68 91 1/9/2024
2.1.67 100 1/9/2024
2.1.66 111 1/8/2024
2.1.65 90 1/8/2024
2.1.64 102 1/8/2024
2.1.63 109 1/7/2024
2.1.62 114 1/6/2024
2.1.61 110 1/5/2024
2.1.60 92 1/5/2024
2.1.59 99 1/5/2024
2.1.58 127 1/1/2024
2.1.57 115 12/28/2023
2.1.56 96 12/28/2023
2.1.55 98 12/28/2023
2.1.54 99 12/28/2023
2.1.53 109 12/27/2023
2.1.52 106 12/27/2023
2.1.51 101 12/27/2023
2.1.50 91 12/25/2023
2.1.49 84 12/25/2023
2.1.48 104 12/25/2023
2.1.47 90 12/25/2023
2.1.46 95 12/25/2023
2.1.45 106 12/25/2023
2.1.44 95 12/24/2023
2.1.43 84 12/23/2023
2.1.42 96 12/23/2023
2.1.41 84 12/23/2023
2.1.40 108 12/23/2023
2.1.39 110 12/19/2023
2.1.38 117 12/19/2023
2.1.37 146 12/10/2023
2.1.36 93 12/10/2023
2.1.35 110 12/9/2023
2.1.34 120 12/9/2023
2.1.33 103 12/9/2023
2.1.32 112 12/6/2023
2.1.31 123 12/5/2023
2.1.30 126 12/4/2023
2.1.29 119 12/4/2023
2.1.28 106 12/4/2023
2.1.27 169 11/23/2023
2.1.26 111 11/23/2023
2.1.25 121 11/23/2023
2.1.24 109 11/23/2023
2.1.23 112 11/20/2023
2.1.22 100 11/20/2023
2.1.21 113 11/19/2023
2.1.20 105 11/19/2023
2.1.19 107 11/19/2023
2.1.18 104 11/19/2023
2.1.17 107 11/18/2023
2.1.16 114 11/18/2023
2.1.15 106 11/18/2023
2.1.14 112 11/18/2023
2.1.13 109 11/17/2023
2.1.12 105 11/17/2023
2.1.11 105 11/17/2023
2.1.10 110 11/17/2023
2.1.9 107 11/17/2023
2.1.8 103 11/17/2023
2.1.7 89 11/17/2023
2.1.6 102 11/17/2023
2.1.5 103 11/17/2023
2.1.4 108 11/16/2023
2.0.84 106 11/15/2023
2.0.83 101 11/15/2023
2.0.82 110 11/15/2023
2.0.3 101 11/16/2023
2.0.2 100 11/16/2023
2.0.1 101 11/16/2023
1.0.81 121 11/14/2023
1.0.80 100 11/13/2023
1.0.79 124 11/10/2023
1.0.78 109 11/9/2023
1.0.77 99 11/9/2023
1.0.76 113 11/7/2023
1.0.75 111 11/6/2023
1.0.74 104 11/3/2023
1.0.73 98 11/2/2023
1.0.72 119 11/1/2023
1.0.71 153 10/26/2023
1.0.70 124 10/25/2023
1.0.69 141 10/19/2023
1.0.68 116 10/18/2023
1.0.67 127 10/17/2023
1.0.66 110 10/16/2023
1.0.65 133 10/13/2023
1.0.64 142 10/12/2023
1.0.63 142 10/11/2023
1.0.62 218 9/20/2023
1.0.61 112 9/19/2023
1.0.60 114 9/18/2023
1.0.59 104 9/18/2023
1.0.58 136 9/14/2023
1.0.57 126 9/13/2023
1.0.56 206 8/31/2023
1.0.55 152 8/30/2023
1.0.54 136 8/29/2023
1.0.53 169 8/28/2023
1.0.52 130 8/25/2023
1.0.51 161 8/24/2023
1.0.50 178 8/21/2023
1.0.49 147 8/18/2023
1.0.48 130 8/17/2023
1.0.47 138 8/17/2023
1.0.46 218 8/10/2023
1.0.45 145 8/9/2023
1.0.44 141 8/9/2023
1.0.43 165 8/8/2023
1.0.42 141 8/7/2023
1.0.41 146 8/7/2023
1.0.40 341 7/13/2023
1.0.39 146 7/12/2023
1.0.38 157 7/11/2023
1.0.37 155 7/10/2023
1.0.36 147 7/7/2023
1.0.35 132 7/7/2023
1.0.34 184 6/30/2023
1.0.33 216 6/29/2023
1.0.32 172 6/28/2023
1.0.31 145 6/28/2023
1.0.30 153 6/26/2023
1.0.29 186 6/23/2023
1.0.28 168 6/23/2023
1.0.27 160 6/21/2023
1.0.26 189 6/15/2023
1.0.25 153 6/14/2023
1.0.24 167 6/14/2023
1.0.23 195 6/9/2023
1.0.22 164 6/8/2023
1.0.21 165 6/7/2023
1.0.20 161 6/7/2023
1.0.19 171 6/6/2023
1.0.18 158 6/5/2023
1.0.17 217 6/2/2023
1.0.16 193 6/1/2023
1.0.13 159 5/24/2023
1.0.12 148 5/23/2023
1.0.11 378 3/21/2023
1.0.10 199 3/21/2023
1.0.9 223 3/21/2023
1.0.8 176 4/12/2023
1.0.7 180 4/12/2023
1.0.6 175 4/11/2023
1.0.5 290 2/27/2023
1.0.4 248 2/27/2023
1.0.3 230 2/27/2023
1.0.2 268 2/13/2023
1.0.1 305 2/3/2023