Soenneker.Blazor.Clarity 2.1.382

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.Clarity --version 2.1.382
NuGet\Install-Package Soenneker.Blazor.Clarity -Version 2.1.382
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.Clarity" Version="2.1.382" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Clarity --version 2.1.382
#r "nuget: Soenneker.Blazor.Clarity, 2.1.382"
#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.Clarity as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Clarity&version=2.1.382

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

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.Clarity

A Blazor interop library that sets up Microsoft Clarity

Installation

dotnet add package Soenneker.Blazor.Clarity

Usage

  1. Insert the script in wwwroot/index.html at the bottom of your <body> but before the other scripts
<script src="_content/Soenneker.Blazor.Clarity/clarity.js"></script>
  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddClarity();
}
  1. Inject IClarityInterop within your App.Razor file
@using Soenneker.Blazor.Clarity.Abstract
@inject IClarityInterop ClarityInterop
  1. Initialize the interop in OnInitializedAsync within App.Razor using your Clarity project key
protected override async Task OnInitializedAsync()
{
    await ClarityInterop.Init("your-key-here");
    ...
}
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.448 100 6/16/2024
2.1.447 52 6/15/2024
2.1.446 51 6/15/2024
2.1.445 47 6/15/2024
2.1.444 94 6/15/2024
2.1.443 50 6/15/2024
2.1.442 54 6/15/2024
2.1.441 57 6/15/2024
2.1.440 55 6/15/2024
2.1.439 48 6/14/2024
2.1.438 262 6/4/2024
2.1.437 78 6/4/2024
2.1.436 113 6/2/2024
2.1.435 75 6/1/2024
2.1.434 72 6/1/2024
2.1.433 82 6/1/2024
2.1.432 75 6/1/2024
2.1.431 89 6/1/2024
2.1.430 75 6/1/2024
2.1.429 82 6/1/2024
2.1.428 88 5/31/2024
2.1.427 92 5/31/2024
2.1.426 83 5/31/2024
2.1.425 80 5/31/2024
2.1.424 152 5/29/2024
2.1.423 90 5/29/2024
2.1.422 73 5/29/2024
2.1.421 80 5/29/2024
2.1.420 75 5/28/2024
2.1.419 90 5/28/2024
2.1.418 80 5/28/2024
2.1.417 75 5/28/2024
2.1.416 77 5/28/2024
2.1.415 73 5/27/2024
2.1.414 92 5/27/2024
2.1.413 82 5/27/2024
2.1.412 81 5/27/2024
2.1.411 74 5/26/2024
2.1.410 83 5/26/2024
2.1.409 89 5/26/2024
2.1.408 87 5/26/2024
2.1.407 79 5/26/2024
2.1.406 90 5/26/2024
2.1.405 82 5/25/2024
2.1.404 76 5/25/2024
2.1.403 85 5/25/2024
2.1.402 77 5/25/2024
2.1.401 85 5/25/2024
2.1.400 79 5/25/2024
2.1.399 127 5/23/2024
2.1.398 83 5/23/2024
2.1.397 77 5/23/2024
2.1.396 91 5/23/2024
2.1.395 88 5/23/2024
2.1.394 89 5/23/2024
2.1.393 81 5/22/2024
2.1.392 84 5/22/2024
2.1.391 98 5/22/2024
2.1.390 75 5/22/2024
2.1.389 131 5/18/2024
2.1.388 106 5/18/2024
2.1.387 85 5/18/2024
2.1.386 95 5/17/2024
2.1.385 94 5/17/2024
2.1.384 85 5/17/2024
2.1.383 85 5/16/2024
2.1.382 93 5/16/2024
2.1.381 84 5/15/2024
2.1.380 83 5/15/2024
2.1.379 71 5/15/2024
2.1.378 76 5/14/2024
2.1.377 82 5/13/2024
2.1.376 72 5/13/2024
2.1.375 66 5/13/2024
2.1.374 200 4/30/2024
2.1.373 88 4/30/2024
2.1.372 82 4/30/2024
2.1.371 84 4/30/2024
2.1.370 90 4/29/2024
2.1.369 81 4/29/2024
2.1.368 78 4/29/2024
2.1.367 81 4/29/2024
2.1.366 77 4/28/2024
2.1.365 93 4/28/2024
2.1.364 78 4/28/2024
2.1.363 85 4/28/2024
2.1.362 82 4/28/2024
2.1.361 81 4/28/2024
2.1.360 75 4/28/2024
2.1.359 82 4/28/2024
2.1.358 79 4/27/2024
2.1.357 76 4/27/2024
2.1.356 138 4/20/2024
2.1.355 84 4/20/2024
2.1.354 80 4/20/2024
2.1.353 79 4/19/2024
2.1.352 81 4/19/2024
2.1.351 73 4/19/2024
2.1.350 78 4/19/2024
2.1.349 77 4/18/2024
2.1.348 123 4/13/2024
2.1.347 109 4/13/2024
2.1.346 79 4/13/2024
2.1.345 71 4/12/2024
2.1.344 67 4/12/2024
2.1.343 67 4/12/2024
2.1.342 85 4/12/2024
2.1.341 75 4/12/2024
2.1.340 70 4/12/2024
2.1.339 72 4/12/2024
2.1.338 72 4/12/2024
2.1.337 70 4/12/2024
2.1.336 86 4/10/2024
2.1.335 74 4/10/2024
2.1.334 68 4/10/2024
2.1.333 72 4/10/2024
2.1.332 72 4/10/2024
2.1.331 79 4/9/2024
2.1.330 281 4/3/2024
2.1.329 73 4/2/2024
2.1.328 157 4/2/2024
2.1.327 59 4/2/2024
2.1.326 56 4/2/2024
2.1.325 68 4/1/2024
2.1.324 111 3/30/2024
2.1.323 79 3/29/2024
2.1.322 79 3/29/2024
2.1.321 128 3/25/2024
2.1.320 79 3/25/2024
2.1.319 79 3/25/2024
2.1.318 108 3/25/2024
2.1.317 147 3/21/2024
2.1.316 87 3/21/2024
2.1.315 88 3/20/2024
2.1.314 115 3/20/2024
2.1.313 86 3/19/2024
2.1.312 74 3/19/2024
2.1.311 93 3/19/2024
2.1.310 73 3/19/2024
2.1.309 97 3/19/2024
2.1.308 92 3/19/2024
2.1.307 91 3/19/2024
2.1.306 76 3/18/2024
2.1.305 139 3/16/2024
2.1.304 94 3/16/2024
2.1.303 94 3/16/2024
2.1.302 90 3/16/2024
2.1.301 91 3/15/2024
2.1.300 111 3/13/2024
2.1.299 87 3/13/2024
2.1.298 88 3/13/2024
2.1.297 122 3/13/2024
2.1.296 87 3/13/2024
2.1.295 92 3/13/2024
2.1.294 94 3/13/2024
2.1.293 93 3/13/2024
2.1.292 85 3/13/2024
2.1.291 83 3/12/2024
2.1.290 86 3/12/2024
2.1.289 93 3/12/2024
2.1.288 88 3/12/2024
2.1.287 93 3/12/2024
2.1.286 87 3/11/2024
2.1.285 115 3/11/2024
2.1.284 98 3/11/2024
2.1.283 87 3/11/2024
2.1.282 87 3/11/2024
2.1.281 103 3/10/2024
2.1.280 96 3/10/2024
2.1.279 89 3/10/2024
2.1.278 87 3/10/2024
2.1.277 112 3/9/2024
2.1.276 96 3/8/2024
2.1.275 199 3/8/2024
2.1.274 91 3/8/2024
2.1.273 90 3/8/2024
2.1.272 102 3/8/2024
2.1.271 93 3/8/2024
2.1.270 104 3/6/2024
2.1.269 97 3/6/2024
2.1.268 100 3/6/2024
2.1.267 147 3/4/2024
2.1.266 85 3/4/2024
2.1.265 84 3/4/2024
2.1.264 82 3/4/2024
2.1.263 99 3/3/2024
2.1.262 86 3/3/2024
2.1.261 84 3/3/2024
2.1.260 81 3/3/2024
2.1.259 85 3/2/2024
2.1.258 82 3/2/2024
2.1.257 72 3/2/2024
2.1.256 81 3/2/2024
2.1.255 79 3/2/2024
2.1.254 82 3/2/2024
2.1.253 81 3/2/2024
2.1.252 98 2/29/2024
2.1.251 70 2/29/2024
2.1.250 77 2/29/2024
2.1.249 78 2/29/2024
2.1.248 77 2/29/2024
2.1.247 73 2/29/2024
2.1.246 84 2/29/2024
2.1.245 144 2/27/2024
2.1.244 88 2/26/2024
2.1.243 67 2/26/2024
2.1.242 122 2/25/2024
2.1.241 68 2/25/2024
2.1.240 66 2/25/2024
2.1.239 67 2/25/2024
2.1.238 69 2/25/2024
2.1.237 89 2/24/2024
2.1.236 69 2/24/2024
2.1.235 72 2/24/2024
2.1.234 109 2/22/2024
2.1.233 80 2/22/2024
2.1.232 78 2/22/2024
2.1.231 61 2/22/2024
2.1.230 88 2/22/2024
2.1.229 71 2/22/2024
2.1.228 74 2/21/2024
2.1.227 106 2/21/2024
2.1.226 82 2/21/2024
2.1.225 103 2/21/2024
2.1.224 92 2/21/2024
2.1.223 82 2/21/2024
2.1.222 87 2/21/2024
2.1.221 93 2/21/2024
2.1.220 87 2/20/2024
2.1.219 85 2/20/2024
2.1.218 90 2/20/2024
2.1.217 76 2/20/2024
2.1.216 84 2/20/2024
2.1.215 82 2/20/2024
2.1.214 82 2/20/2024
2.1.213 77 2/20/2024
2.1.212 81 2/19/2024
2.1.211 84 2/19/2024
2.1.210 82 2/19/2024
2.1.209 83 2/19/2024
2.1.208 85 2/19/2024
2.1.207 97 2/17/2024
2.1.206 84 2/17/2024
2.1.205 88 2/17/2024
2.1.204 85 2/17/2024
2.1.203 81 2/17/2024
2.1.202 83 2/16/2024
2.1.201 86 2/16/2024
2.1.200 86 2/16/2024
2.1.199 83 2/16/2024
2.1.198 87 2/16/2024
2.1.197 91 2/16/2024
2.1.196 82 2/16/2024
2.1.195 79 2/16/2024
2.1.194 292 2/14/2024
2.1.193 78 2/14/2024
2.1.192 84 2/14/2024
2.1.191 93 2/14/2024
2.1.190 96 2/13/2024
2.1.189 79 2/13/2024
2.1.188 82 2/13/2024
2.1.187 84 2/13/2024
2.1.186 80 2/13/2024
2.1.185 73 2/13/2024
2.1.184 86 2/13/2024
2.1.183 94 2/13/2024
2.1.182 112 2/12/2024
2.1.181 80 2/12/2024
2.1.180 90 2/12/2024
2.1.179 88 2/12/2024
2.1.178 98 2/11/2024
2.1.177 83 2/11/2024
2.1.176 87 2/11/2024
2.1.175 80 2/11/2024
2.1.174 84 2/11/2024
2.1.173 79 2/11/2024
2.1.172 87 2/10/2024
2.1.171 84 2/10/2024
2.1.170 78 2/10/2024
2.1.169 80 2/10/2024
2.1.168 89 2/10/2024
2.1.167 85 2/9/2024
2.1.166 89 2/9/2024
2.1.165 82 2/9/2024
2.1.164 85 2/9/2024
2.1.163 82 2/9/2024
2.1.162 87 2/9/2024
2.1.161 84 2/9/2024
2.1.160 88 2/9/2024
2.1.159 87 2/8/2024
2.1.158 81 2/8/2024
2.1.157 88 2/8/2024
2.1.156 89 2/8/2024
2.1.155 86 2/8/2024
2.1.154 81 2/7/2024
2.1.153 77 2/7/2024
2.1.152 77 2/7/2024
2.1.151 77 2/7/2024
2.1.150 81 2/7/2024
2.1.149 80 2/7/2024
2.1.148 80 2/7/2024
2.1.147 77 2/6/2024
2.1.146 89 2/6/2024
2.1.145 78 2/6/2024
2.1.144 80 2/5/2024
2.1.143 73 2/5/2024
2.1.142 76 2/5/2024
2.1.141 76 2/4/2024
2.1.140 82 2/4/2024
2.1.139 74 2/4/2024
2.1.138 74 2/3/2024
2.1.137 75 2/3/2024
2.1.136 77 2/3/2024
2.1.135 75 1/31/2024
2.1.134 146 1/31/2024
2.1.133 76 1/31/2024
2.1.132 74 1/31/2024
2.1.131 77 1/31/2024
2.1.130 77 1/30/2024
2.1.129 76 1/30/2024
2.1.128 78 1/30/2024
2.1.127 85 1/30/2024
2.1.126 77 1/29/2024
2.1.125 97 1/29/2024
2.1.124 73 1/29/2024
2.1.123 73 1/29/2024
2.1.122 76 1/29/2024
2.1.121 77 1/29/2024
2.1.120 73 1/28/2024
2.1.119 77 1/28/2024
2.1.118 78 1/28/2024
2.1.117 81 1/28/2024
2.1.116 77 1/28/2024
2.1.115 76 1/28/2024
2.1.114 72 1/27/2024
2.1.113 73 1/27/2024
2.1.112 75 1/27/2024
2.1.111 74 1/27/2024
2.1.110 71 1/27/2024
2.1.109 75 1/27/2024
2.1.108 74 1/27/2024
2.1.107 75 1/26/2024
2.1.106 76 1/26/2024
2.1.105 84 1/26/2024
2.1.104 79 1/26/2024
2.1.103 73 1/26/2024
2.1.102 72 1/26/2024
2.1.101 76 1/26/2024
2.1.100 77 1/25/2024
2.1.99 77 1/25/2024
2.1.98 80 1/25/2024
2.1.97 75 1/25/2024
2.1.96 74 1/25/2024
2.1.95 89 1/19/2024
2.1.94 73 1/19/2024
2.1.93 78 1/19/2024
2.1.92 105 1/16/2024
2.1.91 85 1/16/2024
2.1.90 81 1/16/2024
2.1.89 76 1/15/2024
2.1.88 81 1/15/2024
2.1.87 88 1/15/2024
2.1.86 81 1/15/2024
2.1.85 70 1/15/2024
2.1.84 75 1/15/2024
2.1.83 84 1/15/2024
2.1.82 86 1/14/2024
2.1.81 92 1/14/2024
2.1.80 87 1/14/2024
2.1.79 90 1/13/2024
2.1.78 83 1/13/2024
2.1.77 79 1/13/2024
2.1.76 76 1/13/2024
2.1.75 91 1/12/2024
2.1.74 79 1/12/2024
2.1.73 80 1/12/2024
2.1.72 86 1/11/2024
2.1.71 79 1/11/2024
2.1.70 97 1/11/2024
2.1.69 84 1/11/2024
2.1.68 111 1/9/2024
2.1.67 104 1/9/2024
2.1.66 99 1/8/2024
2.1.65 90 1/8/2024
2.1.64 99 1/8/2024
2.1.63 97 1/7/2024
2.1.62 104 1/6/2024
2.1.61 100 1/5/2024
2.1.60 99 1/5/2024
2.1.59 92 1/5/2024
2.1.58 121 1/1/2024
2.1.57 122 12/28/2023
2.1.56 103 12/28/2023
2.1.55 95 12/28/2023
2.1.54 97 12/28/2023
2.1.53 108 12/27/2023
2.1.52 103 12/27/2023
2.1.51 90 12/27/2023
2.1.50 84 12/25/2023
2.1.49 100 12/25/2023
2.1.48 83 12/25/2023
2.1.47 95 12/25/2023
2.1.46 94 12/25/2023
2.1.45 108 12/24/2023
2.1.44 95 12/23/2023
2.1.43 91 12/23/2023
2.1.42 87 12/23/2023
2.1.41 85 12/23/2023
2.1.40 82 12/23/2023
2.1.39 90 12/19/2023
2.1.38 86 12/19/2023
2.1.37 120 12/10/2023
2.1.36 102 12/10/2023
2.1.35 93 12/9/2023
2.1.34 88 12/9/2023
2.1.33 98 12/9/2023
2.1.32 86 12/9/2023
2.1.31 115 12/6/2023
2.1.30 125 12/5/2023
2.1.29 104 12/4/2023
2.1.28 107 12/4/2023
2.1.27 103 12/4/2023
2.1.26 139 11/23/2023
2.1.25 92 11/23/2023
2.1.24 79 11/23/2023
2.1.23 93 11/23/2023
2.1.22 90 11/20/2023
2.1.21 77 11/20/2023
2.1.20 79 11/19/2023
2.1.19 98 11/19/2023
2.1.18 92 11/19/2023
2.1.17 94 11/19/2023
2.1.16 96 11/18/2023
2.1.15 90 11/18/2023
2.1.14 88 11/18/2023
2.1.13 82 11/18/2023
2.1.12 92 11/17/2023
2.1.11 94 11/17/2023
2.1.10 74 11/17/2023
2.1.9 93 11/17/2023
2.1.8 93 11/17/2023
2.1.7 91 11/17/2023
2.1.6 75 11/17/2023
2.1.5 83 11/17/2023
2.1.4 93 11/16/2023
2.0.84 79 11/15/2023
2.0.83 82 11/15/2023
2.0.82 82 11/15/2023
2.0.3 85 11/16/2023
2.0.2 87 11/16/2023
2.0.1 72 11/16/2023
1.0.81 77 11/14/2023
1.0.80 91 11/13/2023
1.0.79 105 11/10/2023
1.0.78 72 11/9/2023
1.0.77 70 11/9/2023
1.0.76 83 11/7/2023
1.0.75 93 11/6/2023
1.0.74 105 11/3/2023
1.0.73 94 11/2/2023
1.0.72 104 11/1/2023
1.0.71 122 10/26/2023
1.0.70 113 10/25/2023
1.0.69 143 10/19/2023
1.0.68 109 10/18/2023
1.0.67 111 10/17/2023
1.0.66 115 10/16/2023
1.0.65 108 10/13/2023
1.0.64 127 10/12/2023
1.0.63 110 10/11/2023
1.0.62 163 9/20/2023
1.0.61 107 9/19/2023
1.0.60 108 9/18/2023
1.0.59 99 9/18/2023
1.0.58 104 9/14/2023
1.0.57 102 9/13/2023
1.0.56 182 8/31/2023
1.0.55 122 8/30/2023
1.0.54 108 8/30/2023
1.0.53 125 8/28/2023
1.0.52 114 8/25/2023
1.0.51 111 8/24/2023
1.0.50 137 8/21/2023
1.0.49 99 8/18/2023
1.0.48 116 8/17/2023
1.0.47 123 8/17/2023
1.0.46 163 8/10/2023
1.0.45 138 8/9/2023
1.0.44 115 8/9/2023
1.0.43 129 8/8/2023
1.0.42 118 8/7/2023
1.0.41 106 8/7/2023
1.0.40 212 7/13/2023
1.0.39 136 7/12/2023
1.0.38 142 7/11/2023
1.0.37 122 7/10/2023
1.0.36 123 7/7/2023
1.0.35 293 5/24/2023
1.0.34 110 5/23/2023
1.0.33 110 5/23/2023
1.0.32 188 4/28/2023
1.0.31 129 4/28/2023
1.0.30 193 4/12/2023
1.0.29 142 4/12/2023
1.0.28 146 4/11/2023
1.0.27 163 4/3/2023
1.0.26 195 3/23/2023
1.0.25 186 3/23/2023
1.0.24 184 3/23/2023
1.0.23 120 6/9/2023
1.0.22 408 1/19/2023
1.0.21 278 1/14/2023
1.0.20 269 1/6/2023
1.0.19 256 1/3/2023
1.0.18 255 1/3/2023
1.0.17 254 1/3/2023
1.0.16 260 1/3/2023
1.0.0 267 1/3/2023