-
Notifications
You must be signed in to change notification settings - Fork 469
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: Add tooltip to switch component #819
feat: Add tooltip to switch component #819
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@severinlandolt Hey there! Can you review my PR? |
🎉 This PR is included in version 3.12.0-beta.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.12.0-beta-package-updates.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.12.0-beta-customcolors.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* feat: Add tooltip to switch component (#819) * chore: tracker facelift (#839) * feat: Custom Chart Color (#845) * feat: custom chart colors support within existing `colors` `prop` (#843) * Update tailwind.config.js * Update pull_request_template.md --------- Co-authored-by: motinados <[email protected]> Co-authored-by: Maxime BAUCHET <[email protected]> Co-authored-by: Adam <[email protected]> Co-authored-by: Rajdip Bhattacharya <[email protected]> Co-authored-by: christopherkindl <[email protected]>
Description
This PR aims to fix issue #818 by adding a
tooltip?
key to theSwitch
component.Switch.tsx
file to now allow atooltip
key in the propsRelated issue(s)
#818
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
How has This been tested?
I have used the Storybook to test the working.
Screenshots (if appropriate):
The PR fulfills these requirements:
main
branch