Paper Kit Pro

Tutorial and steps to getting started

Short Description and Usage

Paper kit is a beautiful resource built for Bootstrap. We have redesigned all its components with a pale color scheme and paper-like transitions. 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 Paper 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 'css/ct-paper.css' in your HTML template. Your project will get the new look.

To jump start your project, you can use our start-up template where all the files are already included and ready to use. If you do however, want to start from scratch, you can see the file structure below. The core JavaScript is contained in 'js/paper-kit.js'. For the other files, you should add them if you use the specific element inside your page.

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_paper_kit
--assets
---css
-----ct-paper.css
-----demo.css
-----examples.css
---fonts
---img
---sass
-----ct-paper
-----ct-paper.scss
-----examples.scss
---video
---js
-----bootstrap-datepicker.js
-----bootstrap-select.js
-----chartist.js
-----ct-paper-bootstrapswitch.js
-----ct-paper-checkbox.js
-----ct-paper-radio.js
-----ct-paper.js
-----demo.js
-----jasny-bootstrap.min.js
-----jquery-1.10.2.js
-----jquery-ui-1.10.4.custom.min.js
-----jquery.tagsinput.js
-----photo_swipe
--bootstrap3
--examples
-----about-us.html
-----add-product.html
-----blog.html
-----contact-us.html
-----discover.html
-----landing.html
-----login.html
-----product-page.html
-----profile.html
-----register.html
-----settings.html
--1-basic-elements.html
--2-page-areas.html
--3-info-areas.html
--4-content-areas.html
--5-javascript-components
--6-cards.html
--Creative Tim License.pdf
--components-description.html
--index.html
--presentation.html
--template.html
--tutorial.html

Restyled Components

Here is the list of Bootstrap 3 components that we restyled in Paper kit:

  • Buttons
  • Carousel
  • Collapse
  • Dropdown
  • Images
  • Inputs
  • Labels
  • Menu
  • Modal
  • Navigation Menu
  • Navigation Tabs/Pills
  • Notifications
  • Pagination
  • Popover
  • Progress Bars
  • Select
  • Tables
  • Textarea
  • Tooltip
  • Typography

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:

  • Cards
  • Charts
  • Checkboxes
  • Comment Area
  • Datepicker
  • File Uploader
  • Footers
  • Gallery
  • Headers
  • Info Areas
  • Radio Buttons
  • Preloaders
  • Select
  • Sliders
  • Switches
  • Sidebar
  • Tags

For more details regarding the components, go to our components page.