Download
Get Tabler from the jsDelivr CDN, install it from npm, or download the compiled files and the source from GitHub.
CDN via jsDelivr
All files in the @tabler/core npm package are on the jsDelivr CDN, so you can link the compiled CSS and JS without hosting them.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/css/tabler.min.css" />
<script src="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/js/tabler.min.js"></script>
You can also include additional Tabler plugins:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/css/tabler-flags.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/css/tabler-payments.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/css/tabler-socials.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/css/tabler-vendors.min.css" />
Package managers
Install Tabler in your Node.js powered apps with the npm package:
npm install @tabler/coreyarn add @tabler/corepnpm install @tabler/corebun install @tabler/core3rd-party libraries
Some features use other libraries, for example charts and input masks. They aren't installed with the package, to keep the dependency tree small, so install the ones you use with npm install. The full list is on the 3rd-party Libraries & Resources page, and the exact shipped files are in libs.json.
