cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a menu and user profile component?

ranjit_daniel
Participant
0 Kudos

Hi All

For my SAP Build apps app I need to show a menu on the top right of the page and a user icon on the top left to show who is logged in. I am unable to find components for these in the marketplace. Please could someone provide me some guidance on how to configure these.

Thanks

Ranjit

PrashantJayaram
Product and Topic Expert
Product and Topic Expert
0 Kudos

On mobile devices and tablets, I believe the menu button appears at the top-right by default, but when you click it, the menu opens from the left. You can customize the menu in the Navigation section of Build Apps.

For the user icon, I think that is something you will have to create yourself. It would probably be an image/icon component, and you would bind its Source to an app variable containing the user's image/icon. (The variable would be set upon log-in, presumably, based on logic that you define.)

Maybe someone with more expertise can confirm what I'm saying.

Accepted Solutions (0)

Answers (1)

Answers (1)

Dan_Wroblewski
Developer Advocate
Developer Advocate

Here's an example of how to create a custom menu: https://www.youtube.com/watch?v=JI7j7ryVMO8

You can put it on the top and reuse it on all the pages.