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
It would be great to have the ability to customize the tooltip component in the Popover component. Currently, the Popover component has a predefined structure and style, which limits its flexibility. By allowing users to pass a custom tooltip component, we can enhance the versatility of the Popover component, making it more adaptable to various use cases.
Feature Request:
Add a new prop customTooltip to the Popover component.
The customTooltip prop should accept a React component that will be rendered inside the Popover.
Ensure that all existing functionality and styles are preserved when a custom tooltip is not provided.
Update the documentation to reflect this new feature.
It would be great to have the ability to customize the tooltip component in the Popover component. Currently, the Popover component has a predefined structure and style, which limits its flexibility. By allowing users to pass a custom tooltip component, we can enhance the versatility of the Popover component, making it more adaptable to various use cases.
Feature Request:
customTooltip
to the Popover component.customTooltip
prop should accept a React component that will be rendered inside the Popover.Example Usage:
The text was updated successfully, but these errors were encountered: