-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: tooltip #18
base: main
Are you sure you want to change the base?
feat: tooltip #18
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.
Does the DS specify any animations or something like that? If not let's just add a 200ms ease-out fade on enter and leave
text: string; | ||
icon?: string; | ||
description?: string; | ||
dismissIcon: boolean; |
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.
can we rename this to dismissable
CORE-411
Note
Tried my absolute best to get the tooltip arrow to match the Figma design, but after many hours of battling CSS, Radix, and my own sanity, I’ve decided to wave the white flag—for now. 😅
Let’s revisit this in another PR with fresh eyes if applicable