We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug Tried to make a tooltip from tutorial but...
To Reproduce
import { tooltip } from "@svelte-plugins/tooltips"; <u title="Hello World!" use:tooltip={{ content: 'weiogjiowej' }}> <img class="brand-color-filter" alt={"Verified ass " + verify} src={verifyPaths.get(`${verify}`)} /> </u>
Expected behavior Working tooltip
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Same issue 🆙
Sorry, something went wrong.
I think you need to at least have action prop as well. use:tooltip={{ content: 'weiogjiowej', action: 'hover' }}
use:tooltip={{ content: 'weiogjiowej', action: 'hover' }}
This should be resolved if you update to the latest release 3.0.1
3.0.1
No branches or pull requests
Describe the bug
Tried to make a tooltip from tutorial but...
To Reproduce
Expected behavior
Working tooltip
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: