mkristiansen / tabler

Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap 4

Home Page:https://tabler.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabler

Automated by Buddy

Premium and Open Source dashboard template with responsive and high quality UI.

View Demo | Download ZIP



Tabler preview

Features

We have created Tabler for everyone who wants to create any template based on our ready components. Our mission is to deliver a user-friendly, clear, and easy administration panel and allow Tabler to be used by simple websites and sophisticated systems. The only requirement is a basic HTML and CSS knowledge to be able to manage and visualize different types of data in the easiest possible way!

  • Responsive: With support for mobile, tablet, and desktop, Tabler is responsive in all major browsers.
  • Cross Browser: Our theme works perfectly with: Latest Chrome, Firefox+, Latest Safari, Opera, Internet Explorer 10+, and mobile browsers. We are working hard to support them.
  • HTML5 & CSS3: We only use modern web technologies like HTML5 and CSS3. Our theme includes some subtle CSS3 animations to grab anyone’s attention.
  • Clean Code: We strictly followed Bootstrap’s guidelines to make your integration as easy as possible. All code is handwritten and W3C valid.
  • Demo pages: Allowing the freedom of choosing and combining, Tabler features over 20 individual pages featuring various components. All components can easily be modified using Sass to have variation in color and styling. The sky is the limit!

Status

Total Downloads License Latest Release devDependency Status buddy pipeline

Documentation

For full documentation, visit tabler.github.io/tabler/docs.

Getting Started

Download ZIP or Git Clone

git clone https://github.com/tabler/tabler.git

Setup environment

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

  1. Download and install Node.js, which is used to manage our dependencies.

  2. Navigate to the root /tabler directory and run npm install to install local dependencies listed in package.json.

  3. Install Ruby, install Bundler with gem install bundler, and finally run bundle install. This will install all Ruby dependencies, such as Jekyll and plugins.

    Windows users: Read this guide to get Jekyll up and running without problems.

When completed, you will be able to run the various commands provided in the command line.

Build Tabler

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

Warning! all changes made in _site/ folder would be overwritten on application build.

Bugs and feature requests

Have a bug or a feature request? Please open a new issue.

Browser Support

Chrome Firefox Edge IE Safari Opera
Latest ✔ Latest ✔ Latest ✔ 11+ ✔ 9.1+ ✔ Latest ✔

Creators

Paweł Kuna

Copyright and license

Code and documentation copyright 2018 the Tabler Authors and codecalm.net. Code released under the MIT License.

About

Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap 4

https://tabler.github.io/

License:MIT License


Languages

Language:CSS 49.1%Language:HTML 47.1%Language:JavaScript 2.3%Language:Ruby 1.4%Language:Shell 0.2%