1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 11:22:23 +04:00
Files
tabler/docs/pages/ui/getting-started/download.mdx
T
Bartosz-Do 416ca63ca4 Add framework integration guides to the docs (#2707)
Co-authored-by: codecalm <codecalm@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 00:57:35 +02:00

32 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Download
summary: Download Tabler to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, yarn and more.
description: Get Tabler CSS, JS, and source code.
layout: '@shared/layouts/DocsMdxLayout.astro'
---
import TabsPackage from '@shared/components/docs/TabsPackage.astro'
import CdnImportPackage from '@shared/components/docs/CdnImportPackage.astro'
import CdnImportPlugin from '@shared/components/docs/CdnImportPlugin.astro'
## CDN via jsDelivr
All files included in the `@tabler/core` npm package are available over a jsDelivr CDN. Use it to deliver cached versions of Tablers compiled CSS and JS to your project.
<CdnImportPackage />
You can also include additional Tabler plugins:
<CdnImportPlugin plugins={['flags', 'payments', 'socials', 'vendors']} />
## Package managers
Install Tabler in your Node.js powered apps with the npm package:
<TabsPackage name="@tabler/core" />
## 3rd-party Libraries
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](/ui/getting-started/references) page. For the most recent list of supported packages, you can also check the [libs.json](https://github.com/tabler/tabler/blob/dev/core/libs.json) file.