CDN Resources for react-select

Quick access to CDN links for the react-select package

CDN Resources for react-select
Various ways to access react-select via Content Delivery Networks

Package Installation

npm
npm install react-select
yarn
yarn add react-select
pnpm
pnpm add react-select

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/react-select"></script>
Unpkg
<script src="https://unpkg.com/react-select"></script>
jsDelivr ESM
<script type="module">
  import reactselect from 'https://cdn.jsdelivr.net/npm/react-select/+esm';
</script>
Skypack
<script type="module">
  import reactselect from 'https://cdn.skypack.dev/react-select';
</script>