adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
552 stars 45 forks source link

How to use CommunityToolkit IPopupService? #237

Closed cris-m closed 2 months ago

cris-m commented 2 months ago

I was try to use IPopupService to create a utility class that manage Popup show and dismiss. I want to trigger Popup with any visual element pass in it. An example like the BottomSheetManager but for Popup

adospace commented 2 months ago

doesn't this work for you? https://github.com/adospace/reactorui-maui/blob/main/samples/MauiReactor.TestApp/Pages/ShowPopupTestPage.cs

cris-m commented 2 months ago

This one will work. thanks for the help