InformationOverlay
The InformationOverlay provides additional information via an overlay, the
position of which can be adjusted. According to the type of information, the
variant can be set. The trigger consists of an icon and an optional text. By
default, the variant is neutral and the overlay is positioned on the bottom.
Changes to InformationOverlay. The full components changelog also lists package-wide and cross-cutting entries.
3.14.0
Updates
- Fixed the overlay content being cut off or hidden at narrow viewport widths. (APPDEV-18609)
- The trigger now renders as an
InlineButton, with its hover, open-state, and focus ring styling. (APPDEV-18447)