Skip to content
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.

@using Blazorade.Core.Components
@using Blazorade.Core.Components.Builder
@using Blazorade.Core.Services
@using Blazorade.Core.Components.Server // Only for Blazor Server applications
Clone this wiki locally