-
Notifications
You must be signed in to change notification settings - Fork 172
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
Update doc for tooltip custom theme #91
base: master
Are you sure you want to change the base?
Update doc for tooltip custom theme #91
Conversation
31e56c5
to
00d8f49
Compare
00d8f49
to
e501f0e
Compare
README.md
Outdated
@@ -231,6 +231,21 @@ html={( | |||
)} | |||
``` | |||
|
|||
If you want to customize all tooltips, or even use your own theme, you can create your css theme as here | |||
https://atomiks.github.io/tippyjs/#creating-themes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current path is https://atomiks.github.io/tippyjs/#creating-custom-themes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now it is https://atomiks.github.io/tippyjs/themes/#creating-a-theme
, but thanks for your reminder @KubaJastrz
No description provided.