Skip to content
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

refactor(tooltips): add show prop to interface for manual control of showing/hiding #20

Merged
merged 5 commits into from
Nov 9, 2023

Conversation

dysfunc
Copy link
Contributor

@dysfunc dysfunc commented Nov 9, 2023

This includes:

  • New prop show that allows the user to control the tooltip visibility outside of standard actions.
  • New action type added called prop. This should be used when leveraging show prop.
  • Update demo containing an example of how to show
  • Updated snapshot test

Fixes #19 Fixes #18

@dysfunc dysfunc added Priority: Low Bug, issue, or pull request is a P3 Type: Feature A new feature or functionality Type: Refactor Enhancements, deletions, etc. to existing code labels Nov 9, 2023
@dysfunc dysfunc self-assigned this Nov 9, 2023
@dysfunc dysfunc merged commit f307192 into main Nov 9, 2023
@dysfunc dysfunc deleted the add-prop-driven-visibility branch November 9, 2023 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Bug, issue, or pull request is a P3 Type: Feature A new feature or functionality Type: Refactor Enhancements, deletions, etc. to existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing type definition for the tooltip action manual open/close?
1 participant