-
Hey! I'm building a dashboard with a top header (like in GitHub) and I want to create an Avatar which is clickable & opens a menu. I try to create a workaround like this:
But it's not working well (and when I add an image inside the Any chance I'm missing something, or can you add this feature to the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @itaikeren please see Menu documentation to learn how to replace menu control – https://mantine.dev/core/menu/#custom-control |
Beta Was this translation helpful? Give feedback.
Hi @itaikeren please see Menu documentation to learn how to replace menu control – https://mantine.dev/core/menu/#custom-control
I would recommend wrapping Avatar with UnstyledButton component and setting it as
control
prop for better accesibility.