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;