https://github.com/theeightbot/componentizer4k
MVVM-Driven In-Page Navigation
https://github.com/theeightbot/componentizer4k
dotnet maui
Last synced: 7 months ago
JSON representation
MVVM-Driven In-Page Navigation
- Host: GitHub
- URL: https://github.com/theeightbot/componentizer4k
- Owner: TheEightBot
- License: mit
- Created: 2023-11-09T21:17:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T16:44:00.000Z (over 1 year ago)
- Last Synced: 2024-12-25T01:52:12.276Z (about 1 year ago)
- Topics: dotnet, maui
- Language: C#
- Homepage:
- Size: 268 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Componentizer4k
Componentizer4k is a navigation component for .NET MAUI applications that simplifies in-page or component-based navigation. It provides a seamless way to navigate between different components within your .NET MAUI app.

## Features
- **In-Page Navigation:** Easily navigate within a single page, updating content dynamically.
- **Multiple Navigation Methods:** Navigate between different components from your views or by using view models with simple registration.
- **Easy Testing:** Everything is backed by interfaces, so you can unit test your little heart out.
- **Simplified API:** A clean and intuitive API for handling navigation within your app.