Skip to content

Commit 59e7a84

Browse files
author
corvinsz
committed
docs: add example to MD2 demo
1 parent 5bd579a commit 59e7a84

3 files changed

Lines changed: 539 additions & 306 deletions

File tree

src/MainDemo.Wpf/Domain/MainWindowViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ private static IEnumerable<DemoItem> GenerateDemoItems(ISnackbarMessageQueue sna
237237
[
238238
DocumentationLink.DemoPageLink<Typography>(),
239239
DocumentationLink.StyleLink("TextBlock")
240-
])
240+
],
241+
new TypographyViewModel())
241242
{
242243
HorizontalScrollBarVisibilityRequirement = ScrollBarVisibility.Auto
243244
};

0 commit comments

Comments
 (0)