Tutorial

Short Description and Usage

Material Kit is a beautiful resource built for Bootstrap. It was made over the powerful Bootstrap Material Design. We used and have redesigned all components to make it look flat, minimalist and easy to use. We are proud of this new Bootstrap skin and the possibilities for customisation.

Using it is very simple and it will enable you to refresh you classic looking application. To get the desired effect you will also need to integrate JS plugins that take a little bit more effort. It the end the result will be worth it.

Getting Started

The Material Kit is built on top of Bootstrap 3, so you can safely use it on your existing or new Bootstrap project. No line of code from Bootstrap 3 was changed, so you don't have to worry about undesired effects in your work.

We provide all the necessary CSS resources. To get going, just include assets/css/material-kit.css in your HTML template. Your project will get the new look.

The easiest way to start is to use our start-up template where all the files are already included and ready to use.

File Structure

Once you have downloaded the archive and opened it, you will find the following structure:

Let's take it one by one:

x_material_kit
--assets
---css
-----bootstrap.min.css
-----material-kit.css
-----demo.css
---img
---js
-----bootstrap-datepicker.js
-----bootstrap.min.js
-----jquery.min.js
-----material-kit.js
-----material.min.js
-----nouislider.min.js
----sass
-----material-kit
-----material-kit.scss
--examples
--components-documentation.html
--Creative Tim License.pdf --index.html
--template.html
--tutorial.html

Restyled Components

Here is the list of Bootstrap 3 components that were restyled in Material Kit:

  • Buttons
  • Inputs
  • Select
  • Textarea
  • Menu
  • Dropdown
  • Progress Bars
  • Navigation Menu
  • Pagination
  • Labels
  • Notifications
  • Typography
  • Images
  • Tables
  • Tooltips
  • Popovers
  • Modal
  • Carousel

New Components

Besides giving the existing Bootstrap elements a new look, we added new ones, so that the interface and consistent and homogenous.

Going through them, we added:

  • Tags
  • Checkboxes
  • Radio Buttons
  • Sliders
  • Toggle Buttons
  • Raised Areas
  • Cards with tabs
  • Datepicker
  • Material Icons

For more details regarding the components, go to our Components Page.