Appearance
Project Brief
Overview
Radzen is a comprehensive Blazor component library offering 90+ free UI components. The solution architecture is organized into multiple deployment-focused solutions.
Solution Structure
Solution Files
Radzen.sln
- Complete solution including all projects and testsRadzen.Server.sln
- Blazor Server deployment focusedRadzen.WebAssembly.sln
- Blazor WebAssembly deployment focused
Core Projects
Radzen.Blazor
- Main component library targeting .NET 6/7/8/9RadzenBlazorDemos
- Demo application showcasing componentsRadzen.Blazor.Tests
- Test project using xUnit
Supporting Projects
RadzenBlazorDemos.Host
- WebAssembly host projectRadzenBlazorDemos.Server
- Server-side hosting projectRadzen.DocFX
- Documentation project using DocFX