Help on how to create a kebab (right drop down with 3 vertical dots) menu in ionic

I am new to Ionic. Started working on it seriously last week, doing few projects. I needed to add a similar kebab menu, top right drop down menu normally indicated as 3 vertical dots; with especially android like mechanism to show the buttons/items when there is room.
Tried to look into the documentation could not find the actual kebab kind of menu. I could see the drawer menu. Would be grateful to get help on this, pointing me to the documentation or sample code in ionic react

any screenshot or gif

Thanks for your reply.
below is the sample kebab am looking for

It is common in android apps

1 Like

Look at this component: https://ionicframework.com/docs/api/popover

3 Likes

Thanks so much for your kind help.
I checked the documentation and is what am looking for.