-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix(web, web-twig, web-react): Tooltip on Icon component #1261
Conversation
✅ Deploy Preview for spirit-design-system-demo canceled.
|
✅ Deploy Preview for spirit-design-system-validations canceled.
|
✅ Deploy Preview for spirit-design-system-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for spirit-design-system-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
- Icon component now accept forwarded ref and can be used as TooltipTrigger
- elementType can be now self closing (fe. Icon) - accepting props from elementType components
- New demo with tooltip on Icon component
- New demo with tooltip on Icon component
- New demo with tooltip on Icon element
0fe154f
to
48da1b2
Compare
Thanks for these changes! 🙏🏻 Could you also update documentation? We're little bit missing mention about |
Close me | ||
</TooltipPopov> | ||
</TooltipWrapper> | ||
</span> |
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.
No new line at the end?
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.
LGTM 👍
4897164
to
9f1589f
Compare
moved to #1268 |
Description
Added forwardedRef to our
<Icon />
component so it can be used aselementType
for<TooltipTrigger>
component.Added new demo for tooltip on Icon components for all packages
Additional context
Requested in our support channel:
https://almamedia.slack.com/archives/C068XPSDWQN/p1706807163184249