Soenneker.Blazor.Clarity 2.1.48

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.48
NuGet\Install-Package Soenneker.Blazor.Clarity -Version 2.1.48
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.48" />
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.48
#r "nuget: Soenneker.Blazor.Clarity, 2.1.48"
#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.48

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

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