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.
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.
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.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With