-
Notifications
You must be signed in to change notification settings - Fork 25
Getting started
Ed Charbeneau edited this page Apr 6, 2020
·
3 revisions
You can install the package via the nuget package manager just search for BlazorComponentUtilities. You can also install via powershell using the following command.
Install-Package BlazorComponentUtilities
Or via the dotnet CLI.
dotnet add package BlazorComponentUtilities
Add the following to your _Imports.razor
@using BlazorComponentUtilities