Skip to content
New issue

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

🐛 #41

Closed
relativemodder opened this issue Mar 22, 2024 · 3 comments
Closed

🐛 #41

relativemodder opened this issue Mar 22, 2024 · 3 comments
Labels
Type: Bug Something isn't working

Comments

@relativemodder
Copy link

Describe the bug
Tried to make a tooltip from tutorial but...

image

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):

  • Version: doesn't matter, it happens in vs code
@relativemodder relativemodder added the Type: Bug Something isn't working label Mar 22, 2024
@thibault60000
Copy link

Same issue 🆙

@jgreywolf
Copy link

I think you need to at least have action prop as well.
use:tooltip={{ content: 'weiogjiowej', action: 'hover' }}

@dysfunc
Copy link
Contributor

dysfunc commented Apr 28, 2024

This should be resolved if you update to the latest release 3.0.1

@dysfunc dysfunc closed this as completed Apr 28, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants