UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

20 lines (11 loc) 472 B
--- components: AppBar, Toolbar --- # App Bar The [App bar](https://material.io/design/components/app-bars-top.html), formerly known as the action bar in Android, is a special kind of toolbar that’s used for branding, navigation, search, and actions. ## Simple App bar {{"demo": "pages/demos/app-bar/SimpleAppBar.js"}} ## App bar with buttons {{"demo": "pages/demos/app-bar/ButtonAppBar.js"}} ## App bar with menu {{"demo": "pages/demos/app-bar/MenuAppBar.js"}}