Skip to content

beto-rodriguez/FluidNav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages