Hover icons similar to gmail

I will be building an app that will have a list of templates. Imagine a menu with a title “Templates” and under it a simple list of templates created by the user. That looks possible from the tutorials I have seen.

But I would like a user to be able to hover over that list of templates and have icons like delete and duplicate show, similar to how Gmail currently has icons for mail in your inbox on hovering. I do not see these hover options in Bubble.

Is there an alternative way to use Bubble to implement hover icons?

Yeah, you can do this, and it’s easy, if I understand what you’re talking about. Check out the demo if you don’t understand.

First, create a group that is hidden on page load.

Then, create a condition for it to show only when a particular object is hovered over. For example, in the demo, the condition is ‘When Group Hover is Hovered > This Element is Visible’
image

All you need to do is include the buttons you want in the ‘Hover Group’

1 Like

Cool. Will try it out.

What @marcusandrews describes is exactly how you do this in Bubble. Keep in mind though that “hover” is meaningless on mobile/touch devices. So it’s a good idea to consider that when designing such interfaces.

This topic was automatically closed after 70 days. New replies are no longer allowed.