Skip to content

Commit

Permalink
Reorder actual demo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Nov 28, 2024
1 parent 5a9a839 commit 3dc8008
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions Material.Avalonia.Demo/MainView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<ListBoxItem>Material Icons</ListBoxItem>
<ListBoxItem>Progress indicators</ListBoxItem>
<ListBoxItem>ScrollViewer</ListBoxItem>
<ListBoxItem>Shadows</ListBoxItem>
<!-- <ListBoxItem>Shadows</ListBoxItem> -->
<ListBoxItem>SideSheet</ListBoxItem>
<ListBoxItem>Sliders</ListBoxItem>
<ListBoxItem>Snackbar</ListBoxItem>
Expand Down Expand Up @@ -155,66 +155,66 @@

<!-- Buttons -->
<pages:ButtonsDemo />

<!-- Toggles -->
<pages:TogglesDemo />

<!-- Fields -->
<pages:FieldsDemo />


<!-- Card -->
<pages:CardsDemo />

<!-- ColorZones -->
<pages:ColorZonesDemo />

<!-- Colors -->
<pages:ColorsDemo />

<!-- ComboBoxes -->
<pages:ComboBoxesDemo />


<!-- Pickers -->
<pages:DateTimePickerDemo />

<!-- Dialogs -->
<pages:DialogDemo />

<!-- Expanders -->
<pages:ExpandersDemo />

<!-- Fields -->
<pages:FieldsDemo />

<!-- Lists -->
<pages:ListsDemo />

<!-- Icons -->
<pages:IconsDemo />

<!-- Colors -->
<pages:ColorsDemo />

<!-- Sliders -->
<pages:SlidersDemo />


<!-- Progress indicators -->
<pages:ProgressIndicatorDemo />

<!-- Lists -->
<pages:ListsDemo />

<!-- Expanders -->
<pages:ExpandersDemo />

<!-- ColorZones -->
<pages:ColorZonesDemo />

<!-- Dialogs -->
<pages:DialogDemo />

<!-- Snackbar -->
<pages:SnackbarDemo />

<!-- ScrollViewer -->
<pages:ScrollViewerDemo />


<!-- Shadows -->
<!-- <pages:NotReadyDemo /> -->

<!-- SideSheet -->
<pages:SideSheetDemo />


<!-- Sliders -->
<pages:SlidersDemo />

<!-- Snackbar -->
<pages:SnackbarDemo />

<!-- TabControls -->
<pages:TabsDemo />

<!-- Toggles -->
<pages:TogglesDemo />

<!-- TreeViews -->
<pages:TreeViewsDemo />

<!-- Card -->
<pages:CardsDemo />

<!-- Typography -->
<pages:TypographyDemo />

<!-- Pickers -->
<pages:DateTimePickerDemo />

<!-- Shadows -->
<pages:NotReadyDemo />
</Carousel>
</Border>
</ScrollViewer>
Expand Down

0 comments on commit 3dc8008

Please sign in to comment.