CDN Resources for react-slick
Various ways to access react-slick via Content Delivery Networks
Package Installation
npm
npm install react-slickyarn
yarn add react-slickpnpm
pnpm add react-slickCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/react-slick"></script>Unpkg
<script src="https://unpkg.com/react-slick"></script>jsDelivr ESM
<script type="module">
import reactslick from 'https://cdn.jsdelivr.net/npm/react-slick/+esm';
</script>Skypack
<script type="module">
import reactslick from 'https://cdn.skypack.dev/react-slick';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages