Download Tabler to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, yarn and more.
All files included in the @tabler/core
npm package are available over a jsDelivr CDN. Use it to deliver cached versions of Tabler’s compiled CSS and JS to your project.
<script
src="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/js/tabler.min.js">
</script>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/css/tabler.min.css" />
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-social.min.css" />
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/css/tabler-vendors.min.css" />
Install Tabler in your Node.js powered apps with the npm package:
npm install @tabler/core
yarn install @tabler/core
pnpm install @tabler/core
bun install @tabler/core
Tabler uses other packages to enhance its 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
. The full list of recommended libraries is available on the
3rd-party Libraries & Resources page.
For the most recent list of supported packages you can also check the peerDependencies
section in our package.json