Home  »  CheatsheetsCodeLibrariesSnippetsTechnologyTools   »   Popper.js CDN Cheatsheet

Popper.js CDN Cheatsheet

Posted: March 9, 2022 | by Michael Bright

Popper.js CDN cheatsheet code for the always latest Popper.js version.

<script src="https://unpkg.com/@popperjs/core@2"></script>

Note: popper.js is now Floating UI.

Therefore, code for the last specific popper.js 2.11.2 version.

<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.2/umd/popper.min.js" integrity="sha512-BmM0/BQlqh02wuK5Gz9yrbe7VyIVwOzD1o40yi1IsTjriX/NGF37NyXHfmFzIlMmoSIBXgqDiG1VNU6kB5dBbA==" crossorigin="anonymous"></script>

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.