Dreamescaper / BlazorBindings.Maui

MAUI Blazor Bindings - Build native and hybrid MAUI apps with Blazor
MIT License
253 stars 23 forks source link

Add Shell attached properties to Page component #67

Closed Dreamescaper closed 2 years ago

Dreamescaper commented 2 years ago

Currently Shell attached properties are supported, but they are quite hard to find.

Since Shell is the recommended approach by Maui team, it probably makes sense to add those as a regular properties. They will be ignored if Shell is not used. If NavigationPage is used, we can map matching properties.