unoplatform / Uno.Themes

This library is designed to help you use the Material, Fluent or Cupertino design system with the Uno Platform
https://platform.uno
Apache License 2.0
170 stars 32 forks source link

WinUI -> Material mapping #447

Open kazo0 opened 3 years ago

kazo0 commented 3 years ago

This issue is for tracking the remaining WinUI controls and what their potential Material counterpart would be.

WinUI Material
ProgressRing ProgressIndicator
NavigationView Navigation Drawer
InfoBar Banner
PagerControl Custom?
Expander Old? Expansion Panel + List (expand and collapse section)
TreeView Custom?
TabView Tabs
RatingControl Custom?
NumberBox Custom? (Text Fields with specific constraints)
ItemsRepeater List? + Custom

Take a look at the Xaml Controls Gallery to get a feel for the WinUI Styles

Xiaoy312 commented 3 years ago

NumberBox = Text Fields (with specific constraints) InfoBar = Banner or Snackbars