SimpleToolkit.SimpleShell.Controls is a collection of ready-to-use, navigation-related controls (not only) for SimpleShell
.
I am still not decided if I want to continue and how to develop the
SimpleToolkit.SimpleShell.Controls
package. The package API is likely to change in the future. For this reason, this package is still in preview and has poor documentation.
In order to use SimpleToolkit.SimpleShell.Controls, you need to call the UseSimpleToolkit()
extension method in your MauiProgram.cs
file:
builder.UseSimpleToolkit();
The package currently supports only two controls:
ListPopover
- popover containing a list of selectable text itemsTabBar
All controls can be styled using different design languages. These are currently supported:
- Material 3
- Cupertino
- Fluent (WinUI 3)