ReactiveUI.Maui.Plugins.Popup 1.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package ReactiveUI.Maui.Plugins.Popup --version 1.0.2
NuGet\Install-Package ReactiveUI.Maui.Plugins.Popup -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ReactiveUI.Maui.Plugins.Popup" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReactiveUI.Maui.Plugins.Popup --version 1.0.2
#r "nuget: ReactiveUI.Maui.Plugins.Popup, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

Become a sponsor.

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 82 5/29/2024