This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tooltip): Adding side positioning options for plain tooltips.
Side positioning is subject to the same validation rules as the other positions (that is, if the user specifies SIDE_START positioning but this would result in the tooltip colliding with the viewport, this positioning is ignored in favor of an option that would not collide with the viewport). However, side positioning is *not* considered if the tooltip is left to detect positioning on its own -- it must be specified by the user. PiperOrigin-RevId: 454919379
- Loading branch information
1 parent
b18a873
commit ba9c296
Showing
3 changed files
with
141 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters