Third-party UI components and packages
Throughout this book, we have learned about wonderful third-party packages built by the community, such as bUnit and Blazored.LocalStorage.
If you want to build advanced apps, developing your own components can be a bit costly. Luckily, there is a great set of wonderful UI component packages that provides you with a collection of components for all kinds of scenarios with a beautiful and customizable look.
Here is a list of my favorite components that I use from time to time:
- MudBlazor: This is definitely the most advanced and common UI package for Blazor. MudBlazor is an open source UI component library for Blazor applications. It provides a set of reusable and customizable components that are easy to integrate into your apps to build responsive and modern-looking software quickly. To learn more and get started with MudBlazor, check out their official website and documentation at https://mudblazor.com.