From e935d01abc52bb429fc393d69dc448ecb34571e0 Mon Sep 17 00:00:00 2001 From: SuperBrain Date: Thu, 16 Jul 2020 20:04:02 +0200 Subject: [PATCH] Updated README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8144cfa..e3b4253 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # Stylet testing ground -This solution contains multiple WPF projects showcasing Stylet MVVM library +[Stylet](https://github.com/canton7/Stylet) is a popular MVVM library for .NET WPF applications. It supports both .NET Framework and .NET Core. + +This solution contains multiple projects demonstrating the use of Stylet MVVM library for various use-cases. + +### Dynamic Menu +The goal of this project is to dynamically create a side-menu for all ViewModels added to `Conductor.Collection.OneActive` conductor. \ No newline at end of file