1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-02 02:12:49 +02:00

fix CDN readme

This commit is contained in:
Michal Wolny
2020-11-15 19:35:03 +01:00
parent ecb9f0b591
commit 11ba2320de

View File

@@ -96,9 +96,13 @@ const MyComponent = () => {
All files included in `@tabler/icons` npm package are available over a CDN.
React icons bundle:
```html
<script src="https://unpkg.com/@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">
<script src="https://unpkg.com/@tabler/icons@latest/icons-react/dist/index.umd.min.js"></script>
```
To load a specific version replace `latest` with the desired version number.