Skip to content
Damian edited this page Aug 2, 2023 · 11 revisions

Welcome to the non-functional Outlook'ish desktop app driven by Prism.Avalonia!

This repo demonstrates various features of the Prism.Avalonia library's contained in a UI that is familiar.

Suggested New Features

If you'd like to add a feature, create an issue and/or an accompanying PR, so we can get it in. Please keep in mind, we ask that new features follow a couple of simple rules:

  • The code should be simple and minimalistic
  • Use clean and concise formatting
  • Keep the code self-contained, so that it can be easily copied/pasted into other projects.
  • Try not to rely on 3rd-party controls. Keep this Prism.Avalonia and Avalonia specific.

Features

  • Prism Dialogs
  • Prism Modules
  • Prism Region Adapters
    • StackPanel, Grid, TabControl
  • Avalonia Notifications

Future Features

Clone this wiki locally