-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mika Berglund edited this page Dec 29, 2020
·
4 revisions
The Blazorade.Core library provides functionality that is shared across all Blazorade libraries.
Blazorade.Core is available on Nuget, so the easiest way to start using this library is to add it to your application with the package manager.
To make it easy to use the components in the Blazorade Core library in your project, the the following using statements to your _Imports.razor
file.
@using Blazorade.Core.Components
@using Blazorade.Core.Components.Builder
@using Blazorade.Core.Components.Server // Only for Blazor Server applications