Skip to content

Getting started

Ed Charbeneau edited this page Apr 6, 2020 · 3 revisions

Getting Setup

Package References

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 Imports

Add the following to your _Imports.razor

@using BlazorComponentUtilities