ReactiveUI.Maui.Plugins.Popup
1.0.2
Prefix Reserved
dotnet add package ReactiveUI.Maui.Plugins.Popup --version 1.0.2
NuGet\Install-Package ReactiveUI.Maui.Plugins.Popup -Version 1.0.2
<PackageReference Include="ReactiveUI.Maui.Plugins.Popup" Version="1.0.2" />
paket add ReactiveUI.Maui.Plugins.Popup --version 1.0.2
#r "nuget: ReactiveUI.Maui.Plugins.Popup, 1.0.2"
// Install ReactiveUI.Maui.Plugins.Popup as a Cake Addin #addin nuget:?package=ReactiveUI.Maui.Plugins.Popup&version=1.0.2 // Install ReactiveUI.Maui.Plugins.Popup as a Cake Tool #tool nuget:?package=ReactiveUI.Maui.Plugins.Popup&version=1.0.2
ReactiveUI.Maui.Plugins.Popup
ReactiveUI support for Maui Popups
Usage
Use ConfigureReactiveUIPopup() with MauiAppBuilder to initialise ReactiveUI.Maui.Plugins.Popup
using Microsoft.Maui;
using Microsoft.Maui.Controls.Hosting;
using Microsoft.Maui.Hosting;
using ReactiveUI.Maui.Plugins.Popup;
namespace MauiApp1
{
public class Startup : IStartup
{
public void Configure(IAppHostBuilder appBuilder)
{
appBuilder
.UseMauiApp<App>()
.ConfigureReactiveUIPopup();
}
}
}
The following methods are available
PopAllPopup
PopPopup
PushPopup
RemovePopupPage
The Following Observable Events are available
PoppingObservable
PoppedObservable
PushingObservable
PushedObservable
The following Controls are available
ReactivePopupPage
ReactivePopupPage<TViewModel>
Sponsorship
The core team members, ReactiveUI contributors and contributors in the ecosystem do this open-source work in their free time. If you use ReactiveUI, a serious task, and you'd like us to invest more time on it, please donate. This project increases your income/productivity too. It makes development and applications faster and it reduces the required bandwidth.
This is how we use the donations:
- Allow the core team to work on ReactiveUI
- Thank contributors if they invested a large amount of time in contributing
- Support projects in the ecosystem
.NET Foundation
ReactiveUI is part of the .NET Foundation. Other projects that are associated with the foundation include the Microsoft .NET Compiler Platform ("Roslyn") as well as the Microsoft ASP.NET family of projects, Microsoft .NET Core & Xamarin Forms.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios17.2 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst17.2 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. |
-
net8.0
- Microsoft.Maui.Controls (>= 8.0.21)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.21)
- Mopups (>= 1.3.1)
- ReactiveUI.Maui (>= 20.1.1)
-
net8.0-android34.0
- Microsoft.Maui.Controls (>= 8.0.21)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.21)
- Mopups (>= 1.3.1)
- ReactiveUI.Maui (>= 20.1.1)
-
net8.0-ios17.2
- Microsoft.Maui.Controls (>= 8.0.21)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.21)
- Mopups (>= 1.3.1)
- ReactiveUI.Maui (>= 20.1.1)
-
net8.0-maccatalyst17.2
- Microsoft.Maui.Controls (>= 8.0.21)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.21)
- Mopups (>= 1.3.1)
- ReactiveUI.Maui (>= 20.1.1)
-
net8.0-windows10.0.19041
- Microsoft.Maui.Controls (>= 8.0.21)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.21)
- Mopups (>= 1.3.1)
- ReactiveUI.Maui (>= 20.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.2 | 132 | 5/29/2024 |