Skip to content

Commit 1464b20

Browse files
committed
Updated main articles landing page
1 parent ad93e9e commit 1464b20

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/articles/intro.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dotnet add package MADE.UI
2525
| MADE.UI.Controls.FilePicker | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.FilePicker)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker/) |
2626
| MADE.UI.Controls.RichEditToolbar | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.RichEditToolbar)](https://www.nuget.org/packages/MADE.UI.Controls.RichEditToolbar/) |
2727
| MADE.UI.Controls.Validator | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.Validator)](https://www.nuget.org/packages/MADE.UI.Controls.Validator/) |
28+
| MADE.UI.Data.Converters | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Data.Converters)](https://www.nuget.org/packages/MADE.UI.Data.Converters/) |
2829
| MADE.UI.Styling | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Styling)](https://www.nuget.org/packages/MADE.UI.Styling/) |
2930
| MADE.UI.ViewManagement | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.ViewManagement)](https://www.nuget.org/packages/MADE.UI.ViewManagement/) |
3031

@@ -102,6 +103,16 @@ Taking advantage of the Data Validation library, you can simply and easily setup
102103

103104
</span>
104105

106+
#### UI.Data.Converters
107+
108+
The UI Data Converters package is designed for making the conversion of data objects to a different type in native applications for Windows, Android, iOS, macOS, Linux, and the web easier.
109+
110+
<span class="button">
111+
112+
[Discover UI.Data.Converters](features/ui-data-converters.md)
113+
114+
</span>
115+
105116
#### UI.Styling
106117

107118
The UI Styling library contains a collection of cross-platform UI styling components for improving the designing of applications.
@@ -111,3 +122,13 @@ The UI Styling library contains a collection of cross-platform UI styling compon
111122
[Discover UI.Styling](features/ui-styling.md)
112123

113124
</span>
125+
126+
#### UI.ViewManagement
127+
128+
The UI View Management package is designed for improving how your applications can create and manage additional windows in Windows applications.
129+
130+
<span class="button">
131+
132+
[Discover UI.ViewManagement](features/ui-view-management.md)
133+
134+
</span>

0 commit comments

Comments
 (0)