Blazority
Blazority is a Blazor component library based on Clarity UI. It's components are easy to use, pure components built using Blazor, with little to no JavaScript.Getting Started
Install Blazority Nuget Package in your project via Package Manager CLI or UI:
Add the following using statements in your _Imports.razor file:
Add the following stylesheets in the head section of your Index file (like _Host.cshtml):
Add the following scripts near the bottom portion of your body tag in the same Index file:
In your _Host.cshtml (Blazor Server) or index.html (Blasm Wasm), set light or dark theme on body element.
If you already have Clarity and above mentioned dependencies loaded through other means, simply skip them from instructions.