File Structure
Paper Dashboard 2 Pro is a premium Bootstrap 4 Admin Dashboard.
Paper Dashboard 2 PRO Structure
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-dashboard.css
│ │ ├── paper-dashboard.css.map
│ │ └── paper-dashboard.min.css
│ ├── demo/
│ │ ├── demo.css
│ │ └── demo.js
│ ├── fonts/
│ ├── img/
│ ├── js/
│ │ ├── core/
│ │ │ ├── bootstrap.min.js
│ │ │ ├── jquery.min.js
│ │ │ └── popper.min.js
│ │ ├── paper-dashboard.js
│ │ ├── paper-dashboard.js.map
│ │ ├── paper-dashboard.min.js
│ │ └── plugins/
│ └── scss
│ ├── paper-dashboard/
│ │ ├── cards/
│ │ ├── mixins/
│ │ └── plugins/
│ └── paper-dashboard.scss
├── docs/
│ └── documentation.html
├── examples/
│ ├── dashboard.html
│ ├── calendar.html
│ ├── charts.html
│ ├── components/
│ │ ├── buttons.html
│ │ ├── grid.html
│ │ ├── icons.html
│ │ ├── notifications.html
│ │ ├── panels.html
│ │ ├── sweet-alert.html
│ │ └── typography.html
│ ├── forms/
│ │ ├── extended.html
│ │ ├── regular.html
│ │ ├── validation.html
│ │ └── wizard.html
│ ├── maps/
│ │ ├── fullscreen.html
│ │ ├── google.html
│ │ └── vector.html
│ ├── pages/
│ │ ├── lock.html
│ │ ├── login.html
│ │ ├── register.html
│ │ ├── timeline.html
│ │ └── user.html
│ ├── tables/
│ │ ├── datatables.net.html
│ │ ├── extended.html
│ │ └── regular.html
│ └── widgets.html
├── gulpfile.js
├── nucleo-icons.html
└── package.json
Restyled Components
Here is the list of Bootstrap 4 components that were restyled in Paper Dashboard:
- 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:
- Charts
- Checkboxes
- Footers
- Google Maps
- jVector Maps
- jQuery Maps
- Bootstrap Tables
- DataTables.net
- Maps
- Panels
- Radio Buttons
- Sliders
- Sweet Alert
- Sidebar
- Tags
- Wizard
- Toggle Buttons
- Datetimepicker
- Nucleo Icons
- File Uploader
- New Modals