Soenneker.Blazor.Clarity 2.1.378

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Soenneker.Blazor.Clarity --version 2.1.378
NuGet\Install-Package Soenneker.Blazor.Clarity -Version 2.1.378
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.378" />
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.378
#r "nuget: Soenneker.Blazor.Clarity, 2.1.378"
#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.378

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

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.378 26 5/14/2024
2.1.377 53 5/13/2024
2.1.376 39 5/13/2024
2.1.375 37 5/13/2024
2.1.374 153 4/30/2024
2.1.373 85 4/30/2024
2.1.372 79 4/30/2024
2.1.371 81 4/30/2024
2.1.370 87 4/29/2024
2.1.369 78 4/29/2024
2.1.368 75 4/29/2024
2.1.367 78 4/29/2024
2.1.366 74 4/28/2024
2.1.365 90 4/28/2024
2.1.364 75 4/28/2024
2.1.363 82 4/28/2024
2.1.362 79 4/28/2024
2.1.361 78 4/28/2024
2.1.360 72 4/28/2024
2.1.359 79 4/28/2024
2.1.358 76 4/27/2024
2.1.357 73 4/27/2024
2.1.356 137 4/20/2024
2.1.355 83 4/20/2024
2.1.354 79 4/20/2024
2.1.353 78 4/19/2024
2.1.352 80 4/19/2024
2.1.351 72 4/19/2024
2.1.350 77 4/19/2024
2.1.349 76 4/18/2024
2.1.348 122 4/13/2024
2.1.347 108 4/13/2024
2.1.346 78 4/13/2024
2.1.345 70 4/12/2024
2.1.344 66 4/12/2024
2.1.343 66 4/12/2024
2.1.342 84 4/12/2024
2.1.341 74 4/12/2024
2.1.340 69 4/12/2024
2.1.339 71 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 280 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 110 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 198 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 97 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 291 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 74 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 76 1/25/2024
2.1.99 76 1/25/2024
2.1.98 78 1/25/2024
2.1.97 75 1/25/2024
2.1.96 73 1/25/2024
2.1.95 88 1/19/2024
2.1.94 72 1/19/2024
2.1.93 77 1/19/2024
2.1.92 104 1/16/2024
2.1.91 84 1/16/2024
2.1.90 80 1/16/2024
2.1.89 75 1/15/2024
2.1.88 80 1/15/2024
2.1.87 87 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 84 1/11/2024
2.1.71 78 1/11/2024
2.1.70 97 1/11/2024
2.1.69 83 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 121 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 137 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 78 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 76 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 121 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 162 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 181 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 211 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 292 5/24/2023
1.0.34 110 5/23/2023
1.0.33 110 5/23/2023
1.0.32 187 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 194 3/23/2023
1.0.25 186 3/23/2023
1.0.24 184 3/23/2023
1.0.23 119 6/9/2023
1.0.22 406 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