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

github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'popperjs/README.md')
-rw-r--r--popperjs/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/popperjs/README.md b/popperjs/README.md
new file mode 100644
index 0000000..7b286a7
--- /dev/null
+++ b/popperjs/README.md
@@ -0,0 +1,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