radzen-blazor

Configures Radzen.Blazor services and themes for .NET applications.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill radzen-blazor-tedtv1007-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: radzen-blazor
Source: https://github.com/tedtv1007-ctrl/milk-skills-library/tree/main/radzen-blazor
Command: npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill radzen-blazor-tedtv1007-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of implementing consistent, production-ready UI components in .NET Blazor applications by providing standardized patterns for layout, data grids, and input forms.

Core Features & Use Cases

  • Component Implementation: Provides verified patterns for RadzenDataGrid, RadzenStack, and various input components.
  • Theming & Styling: Offers guidance on applying Material Design themes and custom CSS overrides.
  • Testing & Migration: Includes specific strategies for Playwright E2E testing and migrating from FluentUI Blazor.

Quick Start

Use the radzen-blazor skill to configure the Radzen service registration and theme stylesheet in my Blazor project.

Frequently Asked Questions about radzen-blazor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Radzen Blazor component services and themes in a .NET web application?

To configure Radzen Blazor, you need to set up the Radzen service registration and add the theme stylesheet to your .NET web application. This ensures UI components render with the correct Material Design styling.

What is the best way to implement responsive layouts and data-bound grids in Blazor?

The best way to implement responsive layouts and data-bound grids in Blazor is using verified patterns for RadzenDataGrid and RadzenStack. These components facilitate complex data binding while maintaining consistent design systems.

Can I use Playwright E2E testing with Radzen Blazor components?

Yes, you can use Playwright E2E testing with Radzen Blazor components. Specific testing strategies are provided to help developers write effective automated tests for Blazor interfaces and ensure UI reliability.

How do I migrate from FluentUI Blazor to Radzen components?

Migrating from FluentUI Blazor to Radzen involves mapping existing UI components to Radzen equivalents and updating service registration. The skill provides specific strategies to transition your design system smoothly.

How do I apply custom CSS overrides to Material Design themes in Radzen Blazor?

Applying custom CSS overrides to Material Design themes in Radzen Blazor requires targeting specific component classes after stylesheet registration. This allows you to maintain a consistent design system while customizing the UI.