-
Notifications
You must be signed in to change notification settings - Fork 24
New component Popover #213
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
Comments
Hello everyone, I have one consideration to comment to this from my research on replacement components from Wave for BOMT :) Component concerned is ManageBookingDropdown which still uses the deprecated @mytaxi/react-component-button-dropdown and needs a suitable replacement from Wave. As it is a button element that triggers a dropdown (be it, with some links), I feel like this new Popover component could be an ideal solution for this :) Things to consider:
More context |
@JanHamara we have similar use cases in GAME and Admin panel : a button that shows a context menu |
@JanHamara, yes that would be a possible usage. I think the idea is to have flexible content/triggers. |
🎉 This issue has been resolved in version 1.24.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.0.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the feature you'd like
We need a new component that has the behavior of a Popover. Here have a draft of the component. It contains also some examples and a possible idea for implementation (to be discussed).
Describe alternatives you've considered
Currently, in the DS, we have a Tooltip component that is being used wrongly. We want to have a component that opens next to a target by clicking on it and stays open when we move the cursor.
The text was updated successfully, but these errors were encountered: