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
import { useTooltip } from '@untemps/svelte-use-tooltip'
27
27
@@ -116,7 +116,7 @@ Each element inside the content parent may configure its own action since it can
116
116
117
117
One event by element is possible so far as elements are referenced by selector. The last one declared in the `contentActions` object has precedence over the previous ones.
118
118
119
-
```sveltehtml
119
+
```svelte
120
120
<script>
121
121
import { useTooltip } from '@untemps/svelte-use-tooltip'
122
122
</script>
@@ -156,7 +156,7 @@ One event by element is possible so far as elements are referenced by selector.
156
156
157
157
The component can be served for development purpose on `http://localhost:5000/` running:
0 commit comments