You can link to the Unpoly files directly from a CDN:
<script src="https://cdn.jsdelivr.net/npm/unpoly@3.9.3/unpoly.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/unpoly@3.9.3/unpoly.min.css">
If you're upgrading from an older version and need the unpoly-migrate.js
shim,
you can load it from the CDN as well:
<script src="https://cdn.jsdelivr.net/npm/unpoly@3.9.3/unpoly-migrate.min.js"></script>
If you want to use Unpoly's Bootstrap integration, you should also add one of the following links for your Bootstrap version:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/unpoly@3.9.3/unpoly-bootstrap3.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/unpoly@3.9.3/unpoly-bootstrap4.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/unpoly@3.9.3/unpoly-bootstrap5.min.css">
Say thanks with a star on GitHub!