Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Material-UI side menu?

I found the left side menu on the material ui demo page: http://www.material-ui.com/#/components/app-bar quite appealing. However, it doesn't seem to be one of the components that material ui provided. I'm wondering if there's any component library with a side menu like that? Thanks.

like image 627
Qian Chen Avatar asked Dec 31 '16 16:12

Qian Chen


People also ask

Does material UI have navbar?

It is very easy to create a navigation bar in React using Material UI as there's already a component made for these and this component is called "App bar". In this article, we will be looking at how to create a responsive navigation bar using the Material UI component and adapt it to different screen sizes.

What is material UI menu?

Menus display a list of choices on temporary surfaces. A menu displays a list of choices on a temporary surface. It appears when the user interacts with a button, or other control.

What is drawer in UI?

Drawers are akin to dialogs in a number of ways. Like dialogs, drawers are transient. The user opens a drawer to perform one or more actions and then closes the drawer. Drawers, like dialogs, may be displayed inline or may overlay page content. A drawer may have multiple tabs, just as dialogs do.


1 Answers

The Drawer, is the side-menu component material-ui provides, so that you can use both Drawer and AppBar components together in your case I think.

like image 179
Basim Hennawi Avatar answered Sep 28 '22 07:09

Basim Hennawi