Skip to content

Getting started

Ed Charbeneau edited this page Jan 15, 2020 · 3 revisions

Getting Setup

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