Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fluent] feat: Implement MenuBar component #100

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Sanlorng
Copy link
Collaborator

This commit introduces the MenuBar component, a horizontal menu bar typically used at the top of a window or application to provide access to various commands and options.

It supports MenuBarItems that can open MenuFlyouts. Also adds OverflowMenuBar component that will automatically handle overflow items by moving them to a separate popup.

The MenuBar and OverflowMenuBar manage their menu items and popups state, and provides default color schemes for menu items.
image

This commit introduces the `MenuBar` component, a horizontal menu bar typically used at the top of a window or application to provide access to various commands and options.

It supports `MenuBarItem`s that can open `MenuFlyout`s. Also adds `OverflowMenuBar` component that will automatically handle overflow items by moving them to a separate popup.

The `MenuBar` and `OverflowMenuBar` manage their menu items and popups state, and provides default color schemes for menu items.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant