🔥 A totally copacetic, easy-to-use and lightweight front-end Blazor Components package. This front-end Razor Class Library is intended to be used by Blazor WASM projects, and targets .NET 5.
BlazingApples is an open-source set of packages that aims to speed application development for Blazor WebAssembly organizations.
⚡ Check out the demo site here.
-
On Client Project, right click and get to the NuGet Package Manager ("Manage NuGetPackages").
-
Install
BlazingApple.Components
(package also located here). -
Add the following to
Program.cs's Main
:
IConfiguration configuration = builder.Configuration;
services.AddBlazingAppleComponents(configuration);
- In your
index.html
file, add the required Radzen style and script:
<link href="_content/BlazingApple.Components/css/blazingAppleComponents.css" rel="stylesheet" />
<script src="_content/BlazingApple.Components/scripts/blazingAppleComponents.js"></script> <! -- only needed for a handful of components) -->
- Add BlazingApple.Components namespaces to your imports file. Now you should be all set to use the components.
- Build with love 💙, using Radzen's Component Library.