Closed Strypper closed 1 year ago
Implement a control gallery(not one card) in the application to showcase all the control from mdc-maui, these controls could potentially replace the current controls we are using for MAUI.
Original source code Original documentation
<mdc:Button Style="{DynamicResource ElevatedButtonStyle}" Text="Elevated" /> <mdc:Button Style="{DynamicResource FilledButtonStyle}" Text="Filled" /> <mdc:Button Style="{DynamicResource FilledTonalButtonStyle}" Text="FilledTonal" /> <mdc:Button Style="{DynamicResource OutlinedButtonStyle}" Text="Outlined" /> <mdc:Button Style="{StaticResource TextButtonStyle}" Text="Text" />
Pre-built controls that we won't have to build for ourselves.
git fetch origin git checkout 144-mdc-maui
Scope
Implement a control gallery(not one card) in the application to showcase all the control from mdc-maui, these controls could potentially replace the current controls we are using for MAUI.
To do
Reference
Original source code Original documentation
Public API Changes
Intended Use-Case
Pre-built controls that we won't have to build for ourselves.