You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/App.svelte
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@
83
83
</div>
84
84
85
85
<divclass="example">
86
-
This tooltip should appear on the <Tooltipcontent="<b>Tooltip Top</b><p>This is an example of using HTML and content wrapping.</p>"action="click"position="top"animation="slide"arrow={false}><i>top</i></Tooltip> when clicked.
86
+
This tooltip should appear on the <Tooltipcontent="<b>Tooltip Top</b><p>This is an example of using HTML and content wrapping.</p>"position="top"animation="slide"arrow={false}><i>top</i></Tooltip> when I hover.
0 commit comments