You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mika Berglund edited this page Jun 24, 2025
·
5 revisions
The Blazorade.Core library provides functionality that is shared across all Blazorade libraries.
Getting Started
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.
Imports
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.
@usingBlazorade.Core.Components@usingBlazorade.Core.Components.Builder@usingBlazorade.Core.Services@usingBlazorade.Core.Components.Server// Only for Blazor Server applications