MyNet.UI 2.1.0

dotnet add package MyNet.UI --version 2.1.0
NuGet\Install-Package MyNet.UI -Version 2.1.0
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="MyNet.UI" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MyNet.UI --version 2.1.0
#r "nuget: MyNet.UI, 2.1.0"
#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 MyNet.UI as a Cake Addin
#addin nuget:?package=MyNet.UI&version=2.1.0

// Install MyNet.UI as a Cake Tool
#tool nuget:?package=MyNet.UI&version=2.1.0

<div id="top"></div>

<br /> <div align="center"> <a href="https://github.com/sandre58/MyNetUi"> <img src="images/logo.png" width="256" height="256"> </a>

<h1 align="center">My .NET UI</h1>

Downloads Forks Stargazers Issues MIT License

<p align="center"> <br /> This library is a comprehensive class library designed to simplify the implementation of common GUI functionalities in .NET applications. This library provides developers with a set of classes and utilities for integrating features such as notifications, MessageBox, navigation, toaster notifications, and theme management into graphical user interfaces. <br /> Supporting only .NET 8.0 </p>

Language Framework Version Build

</div>

Getting Started

To start using My .NET UI in your project, follow these steps:

  1. Install the library via NuGet Package Manager:
    dotnet add package MyNet.UI
    
    

What's included ?

Notification System

  • Real-time Notifications: Display real-time notifications to users to provide feedback or alert them about important events or updates.

  • Customizable Appearance: Customize the appearance and behavior of notifications, including position, duration, animation, and styling options.

MessageBox Integration

  • Dialog Boxes: Implement standard dialog boxes, such as message boxes, confirmation dialogs, and input dialogs, to interact with users and gather input or confirmation.

  • Dialog Customization: Customize dialog boxes with custom titles, messages, buttons, and iconography to match the application's branding or style.

  • Navigation Management: Manage navigation between different views or pages within the application to create seamless user experiences.

  • Navigation History: Maintain a navigation history stack to support backward and forward navigation and facilitate navigation control.

Toaster Notifications

  • Toast Notifications: Display non-intrusive toast notifications to inform users about system events, updates, or messages.

  • Interactive Toasts: Implement interactive toast notifications with action buttons or links to allow users to take immediate actions.

Theme Management

  • Dynamic Theming: Support dynamic theming and styling of the application interface to enable light/dark mode, color customization, or theme switching.

  • Theme Persistence: Persist user-selected themes or preferences across application sessions to provide consistent user experiences.

License

Copyright © Stéphane ANDRE.

My .NET UI is provided as-is under the MIT license. For more information see LICENSE.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MyNet.UI:

Package Downloads
MyNet.Wpf

This library is a comprehensive class library designed to simplify the implementation of common GUI functionalities in .NET applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 82 5/14/2024
2.0.0 75 5/2/2024
1.1.0 39 5/2/2024
1.0.1 82 4/29/2024