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