File Structure
Paper Kit 2 is a freeby Bootstrap 4 UI Kit.
Paper Kit 2 Structure
Once you have downloaded the archive and opened it, you will find the following structure:
paper-kit-2
├── CHANGELOG.md
├── LICENSE.md
├── README.md
├── assets
│ ├── css
│ │ ├── bootstrap.min.css
│ │ ├── demo.css
│ │ └── paper-kit.css
│ ├── img
│ ├── js
│ │ ├── bootstrap-datetimepicker.min.js
│ │ ├── bootstrap-switch.min.js
│ │ ├── bootstrap.min.js
│ │ ├── jquery-3.2.1.js
│ │ ├── jquery-ui-1.12.1.custom.min.js
│ │ ├── moment.min.js
│ │ ├── nouislider.js
│ │ ├── paper-kit.js
│ │ └── popper.min.js
│ └── sass
├── documentation
│ └── tutorial-components.html
├── examples
│ ├── landing-page.html
│ ├── profile-page.html
│ └── register-page.html
├── index.html
├── nucleo-icons-demo.html
└── template.html
Restyled Components
Here is the list of Bootstrap 4 components that we restyled in Paper kit:
- Buttons
- Inputs
- Textarea
- Menu
- Dropdown
- Progress Bars
- Navigation Menu
- Pagination
- Labels
- Notifications
- Typography
- Images
- 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:
- Checkboxes
- Radio Buttons
- Sliders
- Datetimepicker