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