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

Dropdown support for Appbar #562

Closed
wants to merge 0 commits into from
Closed

Dropdown support for Appbar #562

wants to merge 0 commits into from

Conversation

quanglam2807
Copy link
Contributor

Correct the view of DropDownMenu in Appbar

var menuItems = [
   { payload: '1', text: 'Never' },
   { payload: '2', text: 'Every Night' },
   { payload: '3', text: 'Weeknights' },
   { payload: '4', text: 'Weekends' },
   { payload: '5', text: 'Weekly' },
];
var sectionList = (<DropDownMenu menuItems={menuItems} />);
<AppBar
        className="mui-dark-theme"
        showMenuIconButton={true}
        title={sectionList}
        zDepth={1}>
</AppBar>

@hai-cea
Copy link
Member

hai-cea commented Jun 3, 2015

@nhutquang97 I'm sorry this didn't get merged in before v0.8. Would you like to resubmit a PR?

@matias-sandell
Copy link
Contributor

+1

@zannager zannager added the component: app bar This is the name of the generic UI component, not the React module! label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: app bar This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants