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

Implement icon tooltip styles for Tooltip next #8817

Closed
Tracked by #8870
joshblack opened this issue Jun 1, 2021 · 1 comment
Closed
Tracked by #8870

Implement icon tooltip styles for Tooltip next #8817

joshblack opened this issue Jun 1, 2021 · 1 comment
Labels
component: tooltip package: components carbon-components package: react carbon-components-react

Comments

@joshblack
Copy link
Contributor

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 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.

@dakahn
Copy link
Contributor

dakahn commented Jun 9, 2021

  • implement IconButton.js
  • implement TooltipIcon.js
  • remove tooltip functionality from Button.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tooltip package: components carbon-components package: react carbon-components-react
Projects
None yet
Development

No branches or pull requests

2 participants