feat: wow, first prototype of navigation menu.
This commit is contained in:
15
demo/Ursa.Demo/Pages/NavigationMenuDemo.axaml.cs
Normal file
15
demo/Ursa.Demo/Pages/NavigationMenuDemo.axaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
using Ursa.Demo.ViewModels;
|
||||
|
||||
namespace Ursa.Demo.Pages;
|
||||
|
||||
public partial class NavigationMenuDemo : UserControl
|
||||
{
|
||||
public NavigationMenuDemo()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.DataContext = new NavigationMenuDemoViewModel();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user