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

README.md « popperjs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b286a76a97260b668bce1365616136cdf0b8459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
```toml
[[module.imports]]
path="github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2"
```

With that you can import it in your JS like this:

```js
import * as Popper from "@popperjs/core";
```

Note that this module was originally added for https://github.com/gohugoio/hugo-mod-bootstrap-scss