An open API service indexing awesome lists of open source software.

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

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.

![component_navigation_animation_1](https://github.com/user-attachments/assets/0915d3b6-62c3-49cd-a29e-134e0a94169c)

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