-
-
Notifications
You must be signed in to change notification settings - Fork 413
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: Support image in tooltip #40
base: master
Are you sure you want to change the base?
Conversation
Thanks for the PR. I think it'd be nice if we could pass in a custom React component/element instead of |
@mohebifar @RichardLitt Now we can pass a custom React component as well as an attribute |
@mohebifar Can you take a look at this again? :) |
@mohebifar @RichardLitt any comments on this PR ? |
I don't think the We'll need to think it through. I'll try to work on this as my first priority this Friday. Sorry to keep you waiting. |
@mohebifar Can you circle back to this, if possible? |
The simplest answer is just passing a |
would be great if we could provide such extra component from step itself |
Currently the library doesn't support images in Tooltip. So this pull request allows the user to pass image as an attribute
imageSource
inCopilotStep