mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
separate css and js includes
This commit is contained in:
@@ -85,9 +85,16 @@ npm install --save @tabler/core
|
||||
|
||||
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>
|
||||
```
|
||||
|
||||
#### Styles
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://unpkg.com/@tabler/core@latest/dist/css/tabler.min.css">
|
||||
<script src="https://unpkg.com/@tabler/core@latest/dist/js/tabler.min.js"></script>
|
||||
```
|
||||
|
||||
## Feature requests
|
||||
|
||||
Reference in New Issue
Block a user