frontend-design
Installation
SKILL.md
Frontend-design Skill
Sorcha uses MudBlazor 8.15.0 for Material Design components with CSS Isolation as the primary styling approach. The design system follows Material Design 3 with custom extensions for blockchain/workflow visualization.
Quick Start
Styling a New Component
@* MyComponent.razor *@
<MudPaper Elevation="1" Class="pa-4 mb-3">
<MudText Typo="Typo.h6" Class="mb-2">Component Title</MudText>
<MudText Typo="Typo.body2" Color="Color.Secondary">
Description text
</MudText>
</MudPaper>
Custom Component with CSS Isolation
Related skills