UNPKG
@paintface_danny/alpine-match-heights
Version:
latest (1.0.1)
1.0.1
1.0.0
Alpine.js plugin to match heights of elements
@paintface_danny/alpine-match-heights
/
builds
/
cdn.js
4 lines
(2 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
import
FILE
from
'../src'
document
.
addEventListener
(
'alpine:init'
,
() =>
window
.
Alpine
.
plugin
(
FILE
))