-
Notifications
You must be signed in to change notification settings - Fork 645
TooltipV2: Add docs for delay
#7136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for a new delay prop on the TooltipV2 component. The prop allows developers to configure the delay before showing a tooltip with predefined timing options.
- Added
delayprop documentation to Tooltip.docs.json with three predefined options: 'short' (50ms), 'medium' (400ms), and 'long' (1200ms)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
😢 Hi from github/github-ui. The integration workflow has failed: https://github.com/github/github-ui/actions/runs/19149997576 |
Closes https://github.com/github/primer/issues/6005
Adds docs for
delayinTooltip. This will apply to primer.style.Changelog
Changed
delayinTooltipRollout strategy
Testing & Reviewing
Merge checklist