Files
radzen-blazor/README.md

58 lines
3.5 KiB
Markdown
Raw Normal View History

2024-07-24 09:16:29 +03:00
![Radzen Blazor Components](https://raw.githubusercontent.com/radzenhq/radzen-blazor/master/RadzenBlazorDemos/wwwroot/images/radzen-blazor-components.png)
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
The most sophisticated free UI component library for Blazor, featuring **100+ native components**.
2024-07-24 09:16:29 +03:00
See Online Demos or Read the Docs
2024-07-24 09:16:29 +03:00
[![License - MIT](https://img.shields.io/github/license/radzenhq/radzen-blazor?logo=github&style=for-the-badge)](https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE)[![NuGet Downloads](https://img.shields.io/nuget/dt/Radzen.Blazor?color=%232694F9&label=nuget%20downloads&logo=nuget&style=for-the-badge) ](https://www.nuget.org/packages/Radzen.Blazor)![Last Commit](https://img.shields.io/github/last-commit/radzenhq/radzen-blazor?logo=github&style=for-the-badge) [![Github Contributors](https://img.shields.io/github/contributors/radzenhq/radzen-blazor?logo=github&style=for-the-badge) ](https://github.com/radzenhq/radzen-blazor/graphs/contributors)[![Radzen Blazor Components - Online Demos](https://img.shields.io/badge/demos-online-brightgreen?color=%232694F9&logo=blazor&style=for-the-badge) ](https://blazor.radzen.com)[![Radzen Blazor Components - Documentation](https://img.shields.io/badge/docs-online-brightgreen?color=%232694F9&logo=blazor&style=for-the-badge)](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.
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
- 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
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.
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.