1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-26 07:15:25 +02:00

readme headers

This commit is contained in:
Michal Wolny
2020-11-15 19:42:08 +01:00
parent 11ba2320de
commit e629549b12

View File

@@ -96,11 +96,14 @@ const MyComponent = () => {
All files included in `@tabler/icons` npm package are available over a CDN. All files included in `@tabler/icons` npm package are available over a CDN.
React icons bundle: #### React icons
```html ```html
<script src="https://unpkg.com/@tabler/icons@latest/icons-react/dist/index.umd.min.js"></script> <script src="https://unpkg.com/@tabler/icons@latest/icons-react/dist/index.umd.min.js"></script>
``` ```
Iconfont:
#### Iconfont
```html ```html
<link rel="stylesheet" href="https://unpkg.com/@tabler/icons@latest/iconfont/tabler-icons.min.css"> <link rel="stylesheet" href="https://unpkg.com/@tabler/icons@latest/iconfont/tabler-icons.min.css">
``` ```