adospace / reactorui-maui

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

Popup dialog #143

Closed iamnevir closed 11 months ago

iamnevir commented 11 months ago

how can i create an popup in mauireactor?

adospace commented 11 months ago

like this: https://github.com/adospace/reactorui-maui/issues/34

iamnevir commented 11 months ago

image something wrong i dont know, help me!

adospace commented 11 months ago

The sample I linked above uses the Maui Community Toolkit: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/get-started?tabs=CommunityToolkitMaui

you need to register the toolkit in the Program.cs file.

In the future please ask for issues specific to MauiReactor, also show your code and describe well what you're trying to achieve and where you found the error.

Thanks

iamnevir commented 11 months ago

kind of u