diff options
author | codecalm <codecalm@gmail.com> | 2022-07-15 11:58:04 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-07-15 11:58:04 +0200 |
commit | ed331596d750c583833d21a402d781c10d0a6551 (patch) | |
tree | 0bc3f0b1bef6c37e21914652c4ec2bbeb0c9d7b6 /README.md | |
parent | 18 new icons: `assembly`, `brand-d3`, `brand-deno`, `brand-mastodon`, `brand-... (diff) | |
parent | Merge pull request #265 from ayuhito/docs/cdn (diff) | |
download | tabler-icons-ed331596d750c583833d21a402d781c10d0a6551.tar.xz |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -191,19 +191,19 @@ All files included in `@tabler/icons` npm package are available over a CDN. #### React icons ```html -<script src="https://unpkg.com/@tabler/icons@latest/icons-react/dist/index.umd.min.js"></script> +<script src="https://cdn.jsdelivr.net/npm/@tabler/icons@latest/icons-react/dist/index.umd.min.js"></script> ``` #### Iconfont ```html -<link rel="stylesheet" href="https://unpkg.com/@tabler/icons@latest/iconfont/tabler-icons.min.css"> +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons@latest/iconfont/tabler-icons.min.css"> ``` To load a specific version replace `latest` with the desired version number. ```html -<script src="https://unpkg.com/@tabler/icons@1.36.0/icons-react/dist/index.umd.js"></script> +<script src="https://cdn.jsdelivr.net/npm/@tabler/icons@1.74.0/icons-react/dist/index.umd.min.js"></script> ``` ### Compiling fonts |