CDN Resources for react-continent-country-select

Quick access to CDN links for the react-continent-country-select package

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

Package Installation

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

CDN Links

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