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

Allow passing TooltipProps to MenuButton #283

Open
tamimjabban opened this issue Oct 25, 2024 · 1 comment
Open

Allow passing TooltipProps to MenuButton #283

tamimjabban opened this issue Oct 25, 2024 · 1 comment

Comments

@tamimjabban
Copy link

Is your feature request related to a problem? Please describe.

I would like to be able to further customize the tooltip in MenuButton like changing the positioning or adding a delay. One issue this has caused in my app is that the tooltip (when shown as "top") covers some buttons that I've got right above the editor.

Describe the solution you'd like

It would be great to pass in TooltipProps to MenuButton.

Describe alternatives you've considered

I'm aware that we can define defaults in the createTheme, but I don't want these props to apply to all tooltips across my app.

Additional context

I'm happy to create a PR to support this.

@markdon
Copy link

markdon commented Nov 5, 2024

Same issue here: #282

I haven't gotten around to writing a change yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants