All Projects → tabler → Tabler

tabler / Tabler

Licence: mit
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap

Programming Languages

HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Tabler

Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (-97.2%)
Mutual labels:  jekyll, uikit, bootstrap, scss, dashboard, admin-dashboard, dashboards, dashboard-templates
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (-88.01%)
Mutual labels:  bootstrap, scss, html5, dashboard, admin-dashboard, dashboard-templates, bootstrap5
Modular Admin Html
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version
Stars: ✭ 2,875 (-88.32%)
Mutual labels:  boilerplate-template, modular, themes, bootstrap, sass, dashboard, dashboards
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (-85.48%)
Mutual labels:  bootstrap, scss, html5, dashboard, admin-dashboard, dashboard-templates, bootstrap5
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (-95.16%)
Mutual labels:  bootstrap, sass, dashboard, admin-dashboard, dashboards, dashboard-templates
Light Blue Dashboard
🔥 Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (-99.55%)
Mutual labels:  bootstrap, scss, sass, dashboard, admin-dashboard
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (-55.15%)
Mutual labels:  bootstrap, scss, dashboard, admin-dashboard, bootstrap5
Coreui Angularjs
CoreUI AngularJS is free AngularJS admin template based on Bootstrap 4
Stars: ✭ 101 (-99.59%)
Mutual labels:  bootstrap, scss, admin-dashboard, dashboards, dashboard-templates
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (-95.18%)
Mutual labels:  bootstrap, scss, sass, dashboard, admin-dashboard
Adminkit
🧰 AdminKit is a free & open source Bootstrap 5 Admin Template
Stars: ✭ 395 (-98.4%)
Mutual labels:  boilerplate-template, ui-kit, bootstrap, scss, sass
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-99.69%)
Mutual labels:  bootstrap, scss, sass, dashboard, admin-dashboard
Lightning Admin Angular
A mobile first design of a responsive admin template built with angular and bootstrap
Stars: ✭ 107 (-99.57%)
Mutual labels:  bootstrap, scss, sass, admin-dashboard
Carbon
Elegant Bootstrap 4 Admin Template
Stars: ✭ 309 (-98.74%)
Mutual labels:  bootstrap, scss, dashboard, admin-dashboard
Mazer
Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page
Stars: ✭ 195 (-99.21%)
Mutual labels:  bootstrap, scss, dashboard, admin-dashboard
Vue Notus
Vue Notus: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 108 (-99.56%)
Mutual labels:  uikit, ui-kit, dashboard, admin-dashboard
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (-99.6%)
Mutual labels:  bootstrap, scss, dashboard, admin-dashboard
Gatsby Admin Template
Free admin dashboard template based on Gatsby with @paljs/ui component package
Stars: ✭ 124 (-99.5%)
Mutual labels:  themes, dashboard, admin-dashboard, dashboard-templates
Shards Ui
🎨Shards is a beautiful & modern Bootstrap 4 UI kit packed with extra templates and components.
Stars: ✭ 1,718 (-93.02%)
Mutual labels:  uikit, bootstrap, scss, sass
Notus Nextjs
Notus NextJS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 152 (-99.38%)
Mutual labels:  uikit, ui-kit, dashboard, admin-dashboard
Notus React
Notus React: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 173 (-99.3%)
Mutual labels:  uikit, ui-kit, dashboard, admin-dashboard

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
GitHub stars

Preview

Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern, 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 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 visualise 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+, latest Safari, Opera, Edge and mobile browsers. We work hard to 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!
  • Single Page Application versions: Tabler React has React components for Tabler.

Documentation

Documentation is available as a part of Tabler preview: https://preview.tabler.io/docs/

Sponsor Tabler

Sponsor Tabler

Sponsors

Support this project by becoming a sponsor. Your logo will show up in this README with a link to your website. Become a sponsor!

Setup environment

To use our build system and run our documentation locally, you'll need a copy of Tabler's source files. Follow the steps below:

  1. Install Node.js, which we use to manage our dependencies.
  2. Navigate to the root /tabler directory and run npm install to install our local dependencies listed in package.json.
  3. Install Ruby - the recommended version is 2.5.5.
  4. Install Bundler with gem install bundler and finally run bundle install. It will install all Ruby dependencies, such as Jekyll and plugins.

Windows users:

  1. Install Git in 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.
  2. Install Ruby+Devkit - the recommended version is 2.5.5.
  3. Read guide to get Jekyll up and running without problems.

Once you complete the setup, you'll be able to run the various commands provided from the command line.

Build locally

  1. From the root /tabler directory, run npm run start in the command line.
  2. Open http://localhost:3000 in your browser, and voilà.
  3. Any change in the /src directory will build the application and refresh the page.

Note: Run npm run build for reforms a one off build application without refresh. Open http://localhost:3001 to configure the Web server.

Installation

Tabler is distributed via npm.

npm install --save @tabler/core

CDN support

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

Javascript

<script src="https://unpkg.com/@tabler/core@latest/dist/js/tabler.min.js"></script>

Styles

<link rel="stylesheet" href="https://unpkg.com/@tabler/core@latest/dist/css/tabler.min.css">

Feature requests

https://tabler.canny.io/feature-requests

Bugs and feature requests

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

Creators

Paweł Kuna

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 Become a backer

Thanks

Chromatic

Thanks to Chromatic for providing the visual testing platform that helps us review UI changes and catch visual regressions.

License

See the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].