1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/docs/ui/getting-started/download.md
2025-03-10 21:56:42 +01:00

1.8 KiB
Raw Blame History

title, summary, description, layout
title summary description layout
Download Download Tabler to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, yarn and more. Get Tabler CSS, JS, and source code. default

CDN via jsDelivr

All files included in @tabler/core npm package are available over a jsDelivr CDN. Use it to deliver cached version of Tablers compiled CSS and JS to your project.

<script src="$TABLER_CDN/dist/js/tabler.min.js"></script>
<link rel="stylesheet" href="$TABLER_CDN/dist/css/tabler.min.css">

You can also include additional Tabler plugins:

<link rel="stylesheet" href="$TABLER_CDN/dist/css/tabler-flags.min.css">
<link rel="stylesheet" href="$TABLER_CDN/dist/css/tabler-payments.min.css">
<link rel="stylesheet" href="$TABLER_CDN/dist/css/tabler-socials.min.css">
<link rel="stylesheet" href="$TABLER_CDN/dist/css/tabler-vendors.min.css">

Package managers

Install Tabler in your Node.js powered apps with the npm package:

Tabler uses other packages to enhance the functionality for example charts and input masks. These are not automatically installed to avoid huge dependency trees and need to be installed by using npm install. We support the following packages as of writing.

For the complete list of supported packages you can check the peerDependencies section in our package.json