beto-rodriguez / FluidNav

Experimental custom navigation for maui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FluidNav

Fluid nav is an experimental alternative to maui Shell it also uses a URI-based navigation experience that uses routes to navigate to any page in the app, it helps to build soft transitions between views.

Why?

  • The MAUI default shell is hard to customize, with this control you can use any XAML view and use it as a host of your app.
  • it is inspired on the web transitions api idea, and the example provided in this repo is based on this.

Disclaim

It is an experiment, use it at your own risk, the performance seems great (using the Release build) even with "large" collections, because it uses a CollectionView to display the data

.mobile transition

desktop transition

About

Experimental custom navigation for maui


Languages

Language:C# 100.0%