TommasoScalici.AppShell
1.0.1
AppShell provides a template to build UWA with a standard "hamburger" menu that is built upon SplitView control. This avoid you to write the same code or copy/paste the menu controls for each app while not sacrificing flexibility. AppShell was built starting from "XamlNavigation" sample project that you can find in Windows Universal Samples.
Install-Package TommasoScalici.AppShell -Version 1.0.1
dotnet add package TommasoScalici.AppShell --version 1.0.1
<PackageReference Include="TommasoScalici.AppShell" Version="1.0.1" />
paket add TommasoScalici.AppShell --version 1.0.1
Release Notes
MenuItem.Arguments is now MenuItem.NavigationParameter, the type also changed from string to object to match the parameter type in the classic Page Navigation system.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.