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

Feature - Added content prop to Tooltips with the possibility to render ReactNode #77

Merged
merged 11 commits into from
Aug 10, 2023

Conversation

leandroppf
Copy link
Contributor

📝 Description

Created a new property content to Tooltips to add the possibility to render ReactNode

🚀 Behavior Changes

Possibility to render ReactNode in Tooltip components

💣 Is this a breaking change (Yes/No):

Yes, its a breaking change because the content property replaces the text property.

📝 Additional Information

Text property is still in the lib, but is deprecated until the next major update

@leandroppf leandroppf linked an issue Aug 9, 2023 that may be closed by this pull request
@github-actions github-actions bot added the feature New Features and cool stuff label Aug 9, 2023
Copy link
Collaborator

@YaGRRusso YaGRRusso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ficou bom demais, ta muito bem organizado! Acredito que os cliques no Tooltip vão ficar pra próxima PR

@leandroppf leandroppf merged commit 2f6f0cc into main Aug 10, 2023
3 checks passed
@leandroppf leandroppf deleted the feat-reactnode-tooltip branch August 10, 2023 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Features and cool stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alterar conteúdo de Tooltip.Hover de string para ReactNode
2 participants