mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
docs: switch unpkg to jsdelivr (#1165)
This commit is contained in:
@@ -130,13 +130,13 @@ All files included in `@tabler/core` npm package are available over a CDN.
|
||||
#### Javascript
|
||||
|
||||
```html
|
||||
<script src="https://unpkg.com/@tabler/core@latest/dist/js/tabler.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/js/tabler.min.js"></script>
|
||||
```
|
||||
|
||||
#### Styles
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://unpkg.com/@tabler/core@latest/dist/css/tabler.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/css/tabler.min.css">
|
||||
```
|
||||
|
||||
## Feature requests
|
||||
|
||||
Reference in New Issue
Block a user