We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e0fd8 commit e4b1d64Copy full SHA for e4b1d64
README.md
@@ -18,6 +18,14 @@ This used to be a [ponyfill](https://ponyfill.com) for
18
yarn add scroll-into-view-if-needed
19
```
20
21
+The UMD build is also available on [unpkg](https://unpkg.com/scroll-into-view-if-needed/umd/):
22
+
23
+```html
24
+<script src="https://unpkg.com/scroll-into-view-if-needed/umd/scroll-into-view-if-needed.min.js"></script>
25
+```
26
27
+You can find the library on `window.scrollIntoView`.
28
29
## Usage
30
31
```js
0 commit comments