2024-07-24 09:16:29 +03:00

2022-04-12 13:04:16 +03:00
2024-07-24 09:16:29 +03:00
Radzen Blazor Components
========================
2022-04-12 13:04:16 +03:00
2025-10-08 10:49:35 +03:00
The most sophisticated free UI component library for Blazor, featuring **100+ native components ** .
2021-01-19 11:02:49 +02:00
2024-07-24 09:16:29 +03:00
See Online Demos or Read the Docs
2021-01-19 11:02:49 +02:00
2024-07-24 09:16:29 +03:00
[](https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE)[ ](https://www.nuget.org/packages/Radzen.Blazor) [ ](https://github.com/radzenhq/radzen-blazor/graphs/contributors)[ ](https://blazor.radzen.com)[](https://blazor.radzen.com/docs)
2022-04-11 17:34:14 +03:00
## Why choose Radzen Blazor Components?
### :sparkles: Free
2023-04-17 23:13:24 -05:00
Radzen Blazor Components are open source and free for commercial use. You can install them from [NuGet ](https://www.nuget.org/packages/Radzen.Blazor ) or build your own copy from source.
2022-04-11 17:34:14 +03:00
2025-10-23 15:55:47 +03:00
Paid support is available as part of the [Radzen Blazor subscription ](https://www.radzen.com/pricing ).
2022-04-11 17:34:14 +03:00
### :computer: Native
The components are implemented in C# and take full advantage of the Blazor framework. They do not depend on or wrap existing JavaScript frameworks or libraries.
2022-05-26 10:20:18 +03:00
Blazor Server and Blazor WebAssembly are fully supported.
2022-04-11 17:34:14 +03:00
### :seedling: Growing
We add new components and features on a regular basis.
Short development cycle. We release as soon as new stuff is available. No more quarterly releases.
2022-09-20 19:35:19 +03:00
## Support exceeding your expectations
2022-04-11 17:34:14 +03:00
### :speech_balloon: Community Support
Everybody is welcome to visit the [Radzen Community forum ](https://forum.radzen.com/ ). Join the growing community and participate in the discussions!
### :dart: Dedicated Support
The Radzen team monitors the forum threads, but does not guarantee a response to every question. For guaranteed responses you may consider the dedicated support option.
2025-10-23 15:55:47 +03:00
Dedicated support for the Radzen Blazor Components is available as part of the [Radzen Blazor subscription ](https://www.radzen.com/pricing ).
2022-04-11 17:34:14 +03:00
2025-10-22 12:54:00 +03:00
Our flagship product [Radzen Blazor Studio ](https://www.radzen.com/blazor-studio ) provides tons of productivity features for Blazor developers:
2022-11-18 15:21:10 +02:00
- An industry-leading WYSIWYG Blazor design time canvas
2021-01-19 11:02:49 +02:00
- Scaffolding a complete CRUD applications from a database
- Built-in security - authentication and authorization
- Visual Studio Code and Professional support
- Deployment to IIS and Azure
- Dedicated support with 24 hour guaranteed response time
2022-04-11 17:34:14 +03:00
## Get started with Radzen Blazor Components
2021-01-19 11:02:49 +02:00
2025-10-22 12:54:00 +03:00
Check the [getting started ](https://blazor.radzen.com/get-started ) instructions to start making awesome Blazor applications.
2021-01-19 11:02:49 +02:00
2022-11-14 13:19:09 +02:00
## Run demos locally
2025-12-16 13:50:54 +02:00
Use **Radzen.Server.sln ** to open and run demos as Blazor server application or **Radzen.WebAssembly.sln ** to open and run demos as Blazor WebAssembly application. The demos require the .NET 10 SDK and should preferably be opened in VS2026.