Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
MIT License
200 stars 14 forks source link

🚀 mdc-maui #144

Closed Strypper closed 1 year ago

Strypper commented 1 year ago

Scope

image

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

<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" />

Intended Use-Case

Pre-built controls that we won't have to build for ourselves.

Strypper commented 1 year ago
git fetch origin
git checkout 144-mdc-maui