Mirror of tabler/tabler an open source an commercial portal and dashboard theme/layout. Being retained for learning how these sorts of themes are developed, and reference as to how I should structure a theme intended for sale on a marketplace.

Paweł Kuna 8947d7c7b7 Update activity messages in JSON data (#2452) 3 päivää sitten
.build f25da87043 feat: implement zip-package script for packaging dashboard assets 3 kuukautta sitten
.changeset 8947d7c7b7 Update activity messages in JSON data (#2452) 3 päivää sitten
.cursor a8c41914c4 Add Tabler project rules and documentation standards (#2446) 2 viikkoa sitten
.github 64baa141e7 add more lock file names to prevent unwanted changes (#2416) 2 viikkoa sitten
.vscode eaa7f81604 Monorepo structure, remove Gulp, new build process (#2116) 5 kuukautta sitten
core b8b63d7e94 Fix mixed declarations in SCSS (#2450) 3 päivää sitten
docs ab8009b771 fix : Docs search not adjusted to dark mode (#2381) (#2443) 3 päivää sitten
preview 8947d7c7b7 Update activity messages in JSON data (#2452) 3 päivää sitten
shared 8947d7c7b7 Update activity messages in JSON data (#2452) 3 päivää sitten
src 9bbcb99b90 Add theme settings (#2054) 4 kuukautta sitten
tests b0a62b7cf5 Add threshold option to argosScreenshot for improved visual comparison 5 kuukautta sitten
.babelrc b7b1bb5dd7 tabler build script 5 vuotta sitten
.browserslistrc eaa7f81604 Monorepo structure, remove Gulp, new build process (#2116) 5 kuukautta sitten
.dockerignore 1ad0d6ee33 Added Dockerfile with alpine base (#1211) 2 vuotta sitten
.editorconfig 4100ea4d34 replace feather icons with tabler icons 5 vuotta sitten
.eslintrc ab3aec2eeb tabler v1 6 vuotta sitten
.gitattributes 652dad3a76 bootstrap upgrade, license 5 vuotta sitten
.gitignore 8d4f8d07c3 Add documentation App (#2219) 3 kuukautta sitten
.gitpod.yml 8552a4621b Switch from `npm` to `pnpm` for faster package installation (#1559) 2 vuotta sitten
.nvmrc 12d5b05bcd Update Node.js version in .nvmrc to 20 6 kuukautta sitten
.prettierignore 289dd3bd09 Add Prettier to project for consistent code formatting (#1558) 2 vuotta sitten
.prettierrc f94b153f7f Add SRI generation script (#2104) 4 kuukautta sitten
.stylelintrc ab3aec2eeb tabler v1 6 vuotta sitten
CONTRIBUTORS.md 4934cee12a all contributors update 2 vuotta sitten
Dockerfile 2c7c448108 Refactor Dockerfile and package.json (#2089) 6 kuukautta sitten
LICENSE 86cab40faa Update copyright year in LICENSE file to 2025 6 kuukautta sitten
README.md 446c34eceb Add initial README.md with project overview and installation instructions to core package (#2392) 2 kuukautta sitten
SECURITY.md 4b4b4f6a82 Adding punctuation to "SECURITY.md" (#1805) 1 vuosi sitten
docker-compose.yml 5e7e0dd34e Introduce Docker Compose Config to build and run tabler locally (#1896) 1 vuosi sitten
package.json ab8009b771 fix : Docs search not adjusted to dark mode (#2381) (#2443) 3 päivää sitten
playwright.config.ts a2640e2147 Add Playwright configuration and visual regression tests (#2170) 5 kuukautta sitten
pnpm-lock.yaml 399a5c59f9 Update icons to v3.34.1 (75 new icons) (#2451) 3 päivää sitten
pnpm-workspace.yaml f336275476 Add initial package.json for docs with build script (#2221) 4 kuukautta sitten
turbo.json fa89c6fa73 fix: disable caching in turbo.json outputs configuration 3 kuukautta sitten

README.md

A premium and open source dashboard template with a responsive and high-quality UI.

A premium and open source dashboard template with a responsive and high-quality UI.

NPM version NPM Downloads Tabler preview License Tabler preview Test build GitHub stars

Sponsors

If you want to support our project and help us grow it, you can become a sponsor on GitHub or just donate on PayPal :)

Tabler sponsors

Testing

Browser testing via:

labmdatest

🔎 Preview

Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern and user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful! Show me a demo

Tabler Preview

🚀 Features

We've created this admin panel for everyone who wants to create templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel that can be used by both simple websites and sophisticated systems. The only requirement is basic HTML and CSS (and some Liquid) knowledge — as a reward, you'll be able to manage and visualize different types of data in the easiest possible way!

  • Responsive: With the support for mobile, tablet and desktop displays, it doesn’t matter what device you’re using. Tabler is responsive in all major browsers.
  • Cross Browser: Our theme works perfectly with the latest Chrome, Firefox+, Safari, Opera, Edge and mobile browsers. We work hard to provide continuous support for them.
  • HTML5 & CSS3: We use only modern web technologies, such as HTML5 and CSS3. Our theme includes some subtle CSS3 animations, which will help you attract attention.
  • Clean Code: We followed Bootstrap’s guidelines carefully to make your integration as easy as possible. All code is handwritten and W3C valid.
  • Demo pages: Tabler features over 20 individual pages using various components, which gives you the freedom to choose and combine. All components can vary in color and styling that you can easily modify using Sass. Sky is the limit!

📖 Documentation

The documentation is available at https://docs.tabler.io/

🪴 Project Activity

Repobeats analytics image

Installation

Package Managers

Tabler is distributed via npm. You can install it with this or your preferred JavaScript package manager:

npm install --save @tabler/core

CDN support

All files included in @tabler/core npm package are also available over a CDN.

Javascript

<script src="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/js/tabler.min.js"></script>

Styles

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/css/tabler.min.css">

Building locally

To build a copy of Tabler locally, you have two options. You can either set up your device directly with the development tools required to build Tabler, or if you would prefer not to install all the development dependencies directly onto your device, you can use a Dockerfile that Tabler provides to build a docker image. Instructions follow below.

First steps: Downloading the Tabler source files

With either method, the first thing you'll want to do is download a copy of the Tabler source files to your device.

From the Tabler GitHub releases page

If you don't want to edit the source code once you've downloaded it, and aren't interested in merging future project updates into your copy, you can just download the source files straight from the Tabler releases on GitHub and extract the contents to a directory called tabler.

Cloning with Git

If you do wish to edit the source code after downloading it, for example to contribute changes back to the Tabler project, you'll want to do this by cloning it with Git:

  1. If you don't have Git installed on your device, download and install it. You can find instructions at https://git-scm.com/downloads.
  2. (Optional) Windows users: you could optionally install Git in the C:\Program Files\git\bin directory and run npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe" to change the default shell.
  3. Clone the Tabler project into a folder on your device. Instructions can be found at cloning a repository.

Installing and running development tools directly

  1. Install Node.js, which we use to manage our dependencies.
  2. Install pnpm (We recommend either by Using Corepack or by Using npm)
  3. From the root /tabler directory where you downloaded the Tabler source files, run installation on the command line:

    pnpm install
    
  4. Then execute the following to start up the application stack:

    pnpm run start
    
  5. Open http://localhost:3000 to view the preview website in your browser, or http://localhost:3010 to view the documentation website - and voilà. Changes to most of the source files of Tabler core, preview and docs will rebuild the application and refresh the page.

Note: If you wish to perform a one-off build without auto-refresh on any changes, you can run:

pnpm run build

You can open http://localhost:3001 to configure the Web server.

Installing and running development tools with Docker

Plain Docker

Here is an example of how to use this image:

  1. From the root /tabler directory where you downloaded the Tabler source files, build the tabler image:

    docker build -t tabler .
    
  2. Run the tabler image. The following command mounts the src directory into the container, exposes port 3000 to browse the website locally, and exposes port 3001 to automatically sync changes:

    docker run -p 3000:3000 -p 3001:3001 -v $(pwd)/src:/app/src tabler
    
  3. Open your browser to http://localhost:3000. Edit anything in the src/ folder and watch your browser refresh the page after it has been rebuilt.

Docker Compose

You can also use the docker compose config from this repo. From the root /tabler directory where you downloaded the Tabler source files, use docker compose build && docker compose up or docker compose up --build to build and start the container. Edit anything in the src/ folder the same way as with plain docker and access the same URLs and ports in your browser.

Bugs and feature requests

Found a bug or have a feature request? Please open a new issue.

🤓 Creators

Paweł Kuna

Bartłomiej Gawęda

👨‍🚀 Contributors

This project exists thanks to all the people who contribute.

Social media

Stay up to date by joining our community on X and Facebook

License

See the LICENSE file.