File Structure
Paper Kit 2 Pro is a premium Bootstrap 4 UI Kit.
Once you have downloaded the archive and opened it, you will find the following structure:
.
├── CHANGELOG.md
├── README.md
├── assets
│ ├── css/
│ │ ├── bootstrap.min.css
│ │ ├── bootstrap.min.css.map
│ │ ├── paper-kit.css
│ │ ├── paper-kit.css.map
│ │ └── paper-kit.min.css
│ ├── demo
│ │ └── demo.css
│ ├── fonts/
│ │ ├── nucleo-icons.eot
│ │ ├── nucleo-icons.ttf
│ │ ├── nucleo-icons.woff
│ │ └── nucleo-icons.woff2
│ ├── img/
│ ├── js/
│ │ ├── core/
│ │ │ ├── bootstrap.min.js
│ │ │ ├── jquery.min.js
│ │ │ └── popper.min.js
│ │ ├── paper-kit.js
│ │ ├── paper-kit.js.map
│ │ ├── paper-kit.min.js
│ │ └── plugins/
│ └── scss
│ ├── paper-kit/
│ │ ├── cards/
│ │ ├── mixins/
│ │ ├── plugins/
│ │ └── sections/
│ └── paper-kit.scss
├── docs
│ └── documentation.html
├── examples
│ ├── 404.html
│ ├── 422.html
│ ├── 500.html
│ ├── about-us.html
│ ├── add-product.html
│ ├── blog-post.html
│ ├── blog-posts.html
│ ├── contact-us.html
│ ├── discover.html
│ ├── ecommerce.html
│ ├── landing-page.html
│ ├── login-page.html
│ ├── pricing.html
│ ├── product-page.html
│ ├── profile-page.html
│ ├── register-page.html
│ ├── search-with-sidebar.html
│ ├── settings.html
│ ├── signup-page.html
│ └── twitter-redesign.html
├── gulpfile.js
├── index.html
├── nucleo-icons.html
├── package.json
├── presentation.html
└── sections.html
Restyled Components
Here is the list of Bootstrap 4 components that were restyled in Paper Kit:
- Buttons
- Cards
- Inputs
- Select
- Textarea
- Menu
- Dropdown
- Progress Bars
- Navigation Menu
- Pagination
- Labels
- Notifications
- Typography
- Images
- Tables
- Tooltips
- Popovers
- Modal
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