mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
---
|
|
title: 3rd-party libraries & resources
|
|
seoTitle: 3rd-party libraries
|
|
summary: Tabler stands on the shoulders of open source. This page lists the libraries and resources the project uses.
|
|
description: Open source libraries and resources used by Tabler.
|
|
---
|
|
|
|
import OpenSourceResources from '@components/OpenSourceResources.astro'
|
|
|
|
Tabler is built on other people's open source work. This page lists every library and resource the project depends on, so you know what ships with Tabler and under which terms.
|
|
|
|
## Why this matters
|
|
|
|
- **Licensing.** Tabler itself is MIT, but the libraries below carry their own licenses. If you redistribute a build, those terms come with it.
|
|
- **Bundle size.** Most of these are optional. A plugin's library is only loaded on the pages that use it, so what you ship depends on which components you actually use.
|
|
- **Updates.** Tabler pins versions, so a library that changes upstream does not change your build until you upgrade Tabler.
|
|
|
|
## Resources
|
|
|
|
<OpenSourceResources />
|
|
|
|
## Reporting an issue
|
|
|
|
A bug in a plugin - a date picker, a chart, an editor - usually belongs upstream rather than in Tabler. The list above links to each project. If Tabler's own styling or initialization is at fault, report it in the [Tabler repository](https://github.com/tabler/tabler/issues) instead.
|