Rymate.Controls.UWPMenuBar 1.0.0-beta3

This is a prerelease version of Rymate.Controls.UWPMenuBar.
dotnet add package Rymate.Controls.UWPMenuBar --version 1.0.0-beta3
NuGet\Install-Package Rymate.Controls.UWPMenuBar -Version 1.0.0-beta3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rymate.Controls.UWPMenuBar" Version="1.0.0-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rymate.Controls.UWPMenuBar --version 1.0.0-beta3
#r "nuget: Rymate.Controls.UWPMenuBar, 1.0.0-beta3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rymate.Controls.UWPMenuBar as a Cake Addin
#addin nuget:?package=Rymate.Controls.UWPMenuBar&version=1.0.0-beta3&prerelease

// Install Rymate.Controls.UWPMenuBar as a Cake Tool
#tool nuget:?package=Rymate.Controls.UWPMenuBar&version=1.0.0-beta3&prerelease

This project aims to reimplement the classic menu bar component as a UWP library.

     Currently the library has the following features:

     ## Menu Bar

     The main component is the Menu Bar, which defines a container which can hold Menu Bar buttons, and an optional area which can be used as a drag area for a title bar. It also holds the hover behaviour for opening menu bar items on hover when another one is opened.

     ## Menu Bar Buttons

     These can either have a dropdown (like a menu bar) or are standalone buttons, which can be used for revealing a SplitView. They're also AccessKey aware, meaning users can activate them via `alt + access key`.

     Additionally, they can either display a label or an icon from the built in Segoe MDL2 icon font.

     ## Menu Bar Item / Menu Bar Toggle Item

     These are essentially very small wrappers that wrap the equivalent `MenuFlyoutItem` in order to reduce the default padding on them.

     The padding can be increased / decreased via the normal methods still.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-beta3 738 5/15/2017
1.0.0-beta2 780 5/14/2017
1.0.0-beta1 827 5/13/2017

This beta release adds a small animation to the menu when it's opened.