Skip to content

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

License

Notifications You must be signed in to change notification settings

sandre58/MyNetUi

Repository files navigation


My .NET UI

Downloads Forks Stargazers Issues MIT License


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.
Supporting only .NET 8.0

Language Framework Version Build

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 Framework

  • 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.

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages