From 796177981b1723b59e232bc2ec891ab5e08be200 Mon Sep 17 00:00:00 2001 From: James Croft Date: Tue, 22 Dec 2020 22:05:41 +0000 Subject: [PATCH] Added BladeView to docs --- docs/Windows/WindowsControlWrappers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Windows/WindowsControlWrappers.md b/docs/Windows/WindowsControlWrappers.md index 43076e2b..db89abab 100644 --- a/docs/Windows/WindowsControlWrappers.md +++ b/docs/Windows/WindowsControlWrappers.md @@ -57,6 +57,8 @@ These UWP control wrappers are designed to be used with controls from the [WinUI These UWP control wrappers are designed to be used with controls from the [Windows Community Toolkit](https://github.com/windows-toolkit/WindowsCommunityToolkit) suite. +- [BladeView](../../src/Legerity.WCT/BladeView.cs) +- [BladeViewItem](../../src/Legerity.WCT/BladeViewItem.cs) - [Expander](../../src/Legerity.WCT/Expander.cs) - [InAppNotification](../../src/Legerity.WCT/InAppNotification.cs) - [RadialGauge](../../src/Legerity.WCT/RadialGauge.cs)