creating-mewui-controls

Installation
SKILL.md

Control Base Classes

Base Use Case
Control Interactive elements (buttons, inputs)
ContentControl Single-child containers
Panel Multi-child layouts

Basic Control Structure

public class MyButton : Control
{
    private bool _isPressed;

    // Property with invalidation
    public string Text
Related skills

More from christian289/dotnet-with-claudecode

Installs
5
GitHub Stars
31
First Seen
Feb 28, 2026