You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have our base implementation of the next Tooltip component, this issue is to expand this implementation to include the styles and React component for the Icon tooltip variant.
This variant should also consider the fact that the icon must be placed in an element with the role button in order to be interactive. It might be useful for this work to include an IconButton variant, or see how to combine Tooltip with Button, so we no longer have to offer built-in support in button for tooltips.
The text was updated successfully, but these errors were encountered:
We currently have our base implementation of the next
Tooltip
component, this issue is to expand this implementation to include the styles and React component for the Icon tooltip variant.Link: https://www.carbondesignsystem.com/components/tooltip/usage/#icon-tooltip
This variant should also consider the fact that the icon must be placed in an element with the role
button
in order to be interactive. It might be useful for this work to include anIconButton
variant, or see how to combineTooltip
withButton
, so we no longer have to offer built-in support in button for tooltips.The text was updated successfully, but these errors were encountered: