AvaloniaUtils / DialogHost.Avalonia

AvaloniaUI control that provides a simple way to display a dialog with information or prompt the user when information is needed
MIT License
228 stars 15 forks source link

Usage with MvvmDialogs #24

Closed mysteryx93 closed 1 year ago

mysteryx93 commented 1 year ago

DialogHost can now be used via MvvmDialogs. I updated the documentation here https://github.com/mysteryx93/HanumanInstitute.MvvmDialogs/#avaloniadialoghost

Perhaps you could update your documentation to mention the alternative usage?

The new package is not yet released; still remains this issue to solve first.

If you see DialogHost features or properties that should be added, let me know.

SKProCH commented 1 year ago

Done! If you want to customize text - feel free to reopen issue.

mysteryx93 commented 1 year ago

Perhaps you could say

"Alternative Syntax

HanumanInstitute.MvvmDialogs allows the use of MVVM design in a simplified way, with support for DialogHost. If you opt for that syntax, you do not need most of the documentation below, and the DialogHost container is injected automatically at runtime.

SKProCH commented 1 year ago

Updated!