I have a project .NET7.0-ios, and I want to implement the Popups component inside my project(https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/popup).
How can I implement this inside my project?
I want to create an xaml page and call. This component is from my native iOS environment.