We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I think it'd be useful to have a prop to customize the border radius of the tooltip.
The text was updated successfully, but these errors were encountered:
Anti-Request: dear library maintainers, please don't add props unless absolutely necessary. And in this case it's not.
@michaelzhu23 Just use the existing className prop 🙂 JSX:
className
<ReactTooltip className='customTooltip'/>
CSS:
.customTooltip { border-radius: 0; }
Sorry, something went wrong.
doesn't work, you have to add !important
hi, guys can you let me know your thoughts here, please? #820 (comment)
No branches or pull requests
I think it'd be useful to have a prop to customize the border radius of the tooltip.
The text was updated successfully, but these errors were encountered: