Skip to content

Commit

Permalink
Updated docs for Telerik controls
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcroft committed Jan 2, 2021
1 parent 501a5e9 commit 596501f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |

Expand Down
11 changes: 9 additions & 2 deletions docs/Windows/WindowsControlWrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 596501f

Please sign in to comment.