UNPKG
sveltejs-tippy
Version:
latest (3.0.0)
3.0.0
2.0.0
1.0.0
Tippy.js for Svelte
github.com/mdauner/sveltejs-tippy
mdauner/sveltejs-tippy
sveltejs-tippy
/
src
/
index.js
7 lines
(5 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
tippy
from
'tippy.js'
;
import
'tippy.js/dist/tippy.css'
;
export
default
function
(
node, props
) {
tippy
(node, props); }