I am creating an interactive web application. I use ui material for this. I am looking to have an appbar, like google inbox (a screenshot is attached below). I currently have an Appbar imported from a material ui module, but it just contains a title, navigation icon. I want to have a search bar, profile photo, etc. The application bar is the same as logging in to Google. How can I customize it to get such a design. Do I need to configure using the ui appbar application (if so, how exactly) or do I need to do something else?

source
share