Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cdn.js « builds « collapse « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7b9ee5a40f822d7c637d69362bd5b1ebdef6786 (plain)
1
2
3
4
5
import collapse from '../src/index.js'

document.addEventListener('alpine:init', () => {
    window.Alpine.plugin(collapse)
})