Third-party controls and higher-level interaction surfaces for MewUI.
The public namespace is IoTSharp.MewUI.Controls.
This repository keeps extension controls out of the core MewUI repository so the core project can stay easier to sync with upstream.
The package includes an initial MewUI-native X surface, inspired by AntDesign X:
XConversationsfor session/conversation navigation.XConversationPanelfor message bubbles, attachments, composer, status, and approval prompts.XMessage,XAttachment,XContentBlock, andXConversationItemdata models.
The older AiConversationPanel API remains as a compatibility wrapper around
XConversationPanel; new applications should prefer the X* types.