Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1009 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 1009 Bytes

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