fluent_ui icon indicating copy to clipboard operation
fluent_ui copied to clipboard

Implement menus and context menus

Open bdlukaa opened this issue 4 years ago • 1 comments

Menus and context menus display a list of commands or options when the user requests them. Use a menu flyout to show a single, inline menu. Use a menu bar to show a set of menus in a horizontal row, typically at the top of an app window. Each menu can have menu items and sub-menus.

Anatomy:

  • MenuBar - MenuBarItem (Essentially a button) - MenuFlyoutItem (Essentially a tappable list tile)

The animation is a SizeTransition combined with ease curve and faster duration.

bdlukaa avatar May 06 '21 14:05 bdlukaa

For context menu:

image

image

More...

WinXaito avatar Dec 15 '21 07:12 WinXaito