From 596501f2303ef7a116596b21c1c3afd7b27d23c1 Mon Sep 17 00:00:00 2001 From: James Croft Date: Sat, 2 Jan 2021 21:12:47 +0000 Subject: [PATCH] Updated docs for Telerik controls --- README.md | 2 ++ docs/Windows/WindowsControlWrappers.md | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89ea1cb0..1238cfea 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ For non-core platform controls, for example WinUI or the Windows Community Toolk | Package | Current | Preview | | ------ | ------ | ------ | | Legerity | [![Nuget](https://img.shields.io/nuget/v/Legerity.svg)](https://www.nuget.org/packages/Legerity/) | [![Nuget](https://img.shields.io/nuget/vpre/Legerity.svg)](https://www.nuget.org/packages/Legerity/) | +| Legerity.MADE | [![Nuget](https://img.shields.io/nuget/v/Legerity.MADE.svg)](https://www.nuget.org/packages/Legerity.MADE/) | [![Nuget](https://img.shields.io/nuget/vpre/Legerity.MADE.svg)](https://www.nuget.org/packages/Legerity.MADE/) | +| Legerity.Telerik.Uwp | [![Nuget](https://img.shields.io/nuget/v/Legerity.Telerik.Uwp.svg)](https://www.nuget.org/packages/Legerity.Telerik.Uwp/) | [![Nuget](https://img.shields.io/nuget/vpre/Legerity.Telerik.Uwp.svg)](https://www.nuget.org/packages/Legerity.Telerik.Uwp/) | | Legerity.WCT | [![Nuget](https://img.shields.io/nuget/v/Legerity.WCT.svg)](https://www.nuget.org/packages/Legerity.WCT/) | [![Nuget](https://img.shields.io/nuget/vpre/Legerity.WCT.svg)](https://www.nuget.org/packages/Legerity.WCT/) | | Legerity.WinUI | [![Nuget](https://img.shields.io/nuget/v/Legerity.WinUI.svg)](https://www.nuget.org/packages/Legerity.WinUI/) | [![Nuget](https://img.shields.io/nuget/vpre/Legerity.WinUI.svg)](https://www.nuget.org/packages/Legerity.WinUI/) | diff --git a/docs/Windows/WindowsControlWrappers.md b/docs/Windows/WindowsControlWrappers.md index d0d57a58..140625ab 100644 --- a/docs/Windows/WindowsControlWrappers.md +++ b/docs/Windows/WindowsControlWrappers.md @@ -10,8 +10,6 @@ These UWP control wrappers are designed to be used with applications built with **NOTE**, these control wrappers will also work with the WinUI alternatives. -### Supported - - [AppBarButton](../../src/Legerity/Windows/Elements/Core/AppBarButton.cs) - [AppBarToggleButton](../../src/Legerity/Windows/Elements/Core/AppBarToggleButton.cs) - [AutoSuggestBox](../../src/Legerity/Windows/Elements/Core/AutoSuggestBox.cs) @@ -64,6 +62,15 @@ These UWP control wrappers are designed to be used with controls from the [Windo - [InAppNotification](../../src/Legerity.WCT/InAppNotification.cs) - [RadialGauge](../../src/Legerity.WCT/RadialGauge.cs) +## Telerik UWP Controls + +These UWP control wrappers are designed to be used with controls from the [Telerik UI for UWP](https://github.com/telerik/UI-For-UWP) suite. + +- [RadAutoCompleteBox](../../src/Legerity.Telerik.Uwp/RadAutoCompleteBox.cs) +- [RadBulletGraph](../../src/Legerity.Telerik.Uwp/RadBulletGraph.cs) +- [RadBusyIndicator](../../src/Legerity.Telerik.Uwp/RadBusyIndicator.cs) +- [RadNumericBox](../../src/Legerity.Telerik.Uwp/RadNumericBox.cs) + ## MADE.NET Controls These UWP control wrappers are designed to be used with controls from the [MADE.NET](https://github.com/MADE-Apps/MADE.NET) suite.