Link to plugin page: https://bubble.io/plugin/better-native-tooltip-1700870791046x293277418732126200
Demo to preview the settings
Live Demo: https://better-native-tooltip.bubbleapps.io/
Introduction
Plugin designed to elevate the tooltip experience within your Bubble application. It extends the standard tooltip functionality offered by Bubble by providing additional customization options and advanced features, allowing you to create highly interactive and visually appealing tooltips with ease.
How to setup
Just install the plugin, it works by default.
Many native bubble elements have a built-in βTooltipβ property like below, just fill it with your text.
This plugin renders a nicer looking tooltip instead of the native one only by installing it.
Optionally you can change some properties of the tooltip:
Position
The placement of the tooltip of the element.
Note! Make sure to put the position first, and other properties after in what order you want.
Values: right, left, bottom, top.
Animation
By default plugin adds animation to tooltips, so the only value you can take is the one that turns it off.
Value: no-animation.
Arrow
By default plugin adds arrow to tooltips, so the only value you can take is the one that turns it off.
Value: no-arrow.
Offset
This parameter sets the distance vertically and horizontally between the tooltip's anchor element and the tooltip itself. Requires 2 numbers, you set them with a space between them like this: 10 20.
Usually which value sets vertically or horizontally depend on the set position property.
For a better understanding you study how does offset work.
Value ex: 10 15.
Theme
The plugin ships with 4 themes for the tooltips
Easily switch the theme by putting one of those in the plugin settings.
Values: light, light-border, material, translucent.
Changelogs
Update 11.11.24 - Version 1.9.0
- Made hide tooltip when content empty.
Update 28.06.24 - Version 1.6.0
- Update plugin header code.
Update: 24.04.24 - Version 1.4.0
- Added "arrow" and "offset" customization
Update: 27.02.24 - Version 1.3.0
- updated description
Update: 08.02.24 - Version 1.2.0
- minor updates
Update: 03.02.24 - Version 1.1.0
- updated description
Update: 30.11.23 - Version 1.0.1
- make tooltips work on conditionals and in repeating groups
Update: 25.11.23 - Version 1.0.0
- initial release