Paper Kit 2 PRO Angular is a premium Bootstrap 4 UI Kit with a huge number of components, sections and example pages. All the components are designed to look great together, following the same design pattern. Any elements that is vital to code a web project is already here, fully coded. All components are fully responsive and look great on every screen size. Transitions, shadows, colors, they all resemble the flow you would have using pieces of paper.
The idea behind Paper Kit 2 PRO Angular is creating beautiful, playful design. We have created the UI Kit kit having pastel colors and paper in mind. It feels light, fresh and easy to go through. It looks great with illustrations and drawings, but also using images. It features beautiful typography, font icons and thoughtful layouts.
Paper Kit 2 PRO Angular is the extended version of Paper Kit 2 Angular. Based on feedback from people that downloaded and used it, we have added needed components and we have created multiple examples pages. We are curious to see how you want to use it and also improve it, so let us know any feedback you have.
Bootstrap 4 support
Paper Kit PRO Angular is built on top of Bootstrap 4, so it fully supports it. Most of the elements from the framework are re-designed to resemble sheets of paper and color pastels. If the are elements that we have not touched, they will gracefully fall back to the Bootstrap 4 default.
Examples
Paper Kit 2 PRO Angular contains a lot of pages already designed and implemented. The pages are created for basic flows like registering, building a profile, adding and searching for products. Either you are building a blog or an e-commerce, the examples can help you jump start it. Here is the list with the pages available. We are also working on more example pages, that you will be able to access no matter the version you download.
- About Us
- Add Product
- Blog Post
- Blog Posts
- Contact US
- Discover
- Ecommerce
- Landing Page
- Login Page
- Profile Page
- Register Page
- Search
- Settings
- Error Page - 404
- Error Page - 422
- Error Page - 500
Tutorial & Components
Once you download the archive, you will be able find a tutorial page inside it explaining how to start using it. We have also created a page describing every component that you can find it inside the kit, how to use it along with a fully coded examples.
You can also check the documentation online.
- Install NodeJs from NodeJs Official Page.
- Open Terminal
- Go to your file project
- Run in terminal:
npm install -g @angular/cli
- Then:
npm install
- And:
npm start
- Navigate to localhost:4200
Let us know your thoughts below. And good luck with development!
- Versions
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
HTML | Angular | React |
---|---|---|
Quick start options:
- Buy from Creative Tim
The documentation for the Paper Kit 2 Pro Angular is hosted at our website.
Within the download you'll find the following directories and files:
paper-kit-2-pro-angular
├── CHANGELOG.md
├── README.md
├── angular.json
├── documentation
│ └── tutorial-components.html
├── e2e
├── karma.conf.js
├── package-lock.json
├── package.json
├── protractor.conf.js
├── src
│ ├── app
│ │ ├── app.component.html
│ │ ├── app.component.scss
│ │ ├── app.component.spec.ts
│ │ ├── app.component.ts
│ │ ├── app.module.ts
│ │ ├── app.routing.ts
│ │ ├── components
│ │ │ ├── basicelements
│ │ │ │ ├── basicelements.component.html
│ │ │ │ ├── basicelements.component.scss
│ │ │ │ ├── basicelements.component.spec.ts
│ │ │ │ └── basicelements.component.ts
│ │ │ ├── cards-areas
│ │ │ │ ├── cards-areas.component.html
│ │ │ │ ├── cards-areas.component.scss
│ │ │ │ ├── cards-areas.component.spec.ts
│ │ │ │ └── cards-areas.component.ts
│ │ │ ├── comments-areas
│ │ │ │ ├── comments-areas.component.html
│ │ │ │ ├── comments-areas.component.scss
│ │ │ │ ├── comments-areas.component.spec.ts
│ │ │ │ └── comments-areas.component.ts
│ │ │ ├── components.component.html
│ │ │ ├── components.component.ts
│ │ │ ├── components.module.ts
│ │ │ ├── description-areas
│ │ │ │ ├── description-areas.component.html
│ │ │ │ ├── description-areas.component.scss
│ │ │ │ ├── description-areas.component.spec.ts
│ │ │ │ └── description-areas.component.ts
│ │ │ ├── footers-areas
│ │ │ │ ├── footers-areas.component.html
│ │ │ │ ├── footers-areas.component.scss
│ │ │ │ ├── footers-areas.component.spec.ts
│ │ │ │ └── footers-areas.component.ts
│ │ │ ├── info-areas
│ │ │ │ ├── info-areas.component.html
│ │ │ │ ├── info-areas.component.scss
│ │ │ │ ├── info-areas.component.spec.ts
│ │ │ │ └── info-areas.component.ts
│ │ │ ├── modal
│ │ │ │ ├── modal.component.html
│ │ │ │ ├── modal.component.scss
│ │ │ │ ├── modal.component.spec.ts
│ │ │ │ └── modal.component.ts
│ │ │ ├── navigation
│ │ │ │ ├── navigation.component.html
│ │ │ │ ├── navigation.component.scss
│ │ │ │ ├── navigation.component.spec.ts
│ │ │ │ └── navigation.component.ts
│ │ │ ├── notification
│ │ │ │ ├── notification.component.html
│ │ │ │ ├── notification.component.scss
│ │ │ │ ├── notification.component.spec.ts
│ │ │ │ └── notification.component.ts
│ │ │ ├── nucleoicons
│ │ │ │ ├── nucleoicons.component.html
│ │ │ │ ├── nucleoicons.component.scss
│ │ │ │ ├── nucleoicons.component.spec.ts
│ │ │ │ └── nucleoicons.component.ts
│ │ │ ├── prefooter-areas
│ │ │ │ ├── prefooter-areas.component.html
│ │ │ │ ├── prefooter-areas.component.scss
│ │ │ │ ├── prefooter-areas.component.spec.ts
│ │ │ │ └── prefooter-areas.component.ts
│ │ │ ├── tables-areas
│ │ │ │ ├── tables-areas.component.html
│ │ │ │ ├── tables-areas.component.scss
│ │ │ │ ├── tables-areas.component.spec.ts
│ │ │ │ └── tables-areas.component.ts
│ │ │ └── typography
│ │ │ ├── typography.component.html
│ │ │ ├── typography.component.scss
│ │ │ ├── typography.component.spec.ts
│ │ │ └── typography.component.ts
│ │ ├── examples
│ │ │ ├── aboutus
│ │ │ │ ├── aboutus.component.html
│ │ │ │ ├── aboutus.component.scss
│ │ │ │ ├── aboutus.component.spec.ts
│ │ │ │ └── aboutus.component.ts
│ │ │ ├── addproduct
│ │ │ │ ├── addproduct.component.html
│ │ │ │ ├── addproduct.component.scss
│ │ │ │ ├── addproduct.component.spec.ts
│ │ │ │ └── addproduct.component.ts
│ │ │ ├── blogpost
│ │ │ │ ├── blogpost.component.html
│ │ │ │ ├── blogpost.component.scss
│ │ │ │ ├── blogpost.component.spec.ts
│ │ │ │ └── blogpost.component.ts
│ │ │ ├── blogposts
│ │ │ │ ├── blogposts.component.html
│ │ │ │ ├── blogposts.component.scss
│ │ │ │ ├── blogposts.component.spec.ts
│ │ │ │ └── blogposts.component.ts
│ │ │ ├── contactus
│ │ │ │ ├── contactus.component.html
│ │ │ │ ├── contactus.component.scss
│ │ │ │ ├── contactus.component.spec.ts
│ │ │ │ └── contactus.component.ts
│ │ │ ├── discover
│ │ │ │ ├── discover.component.html
│ │ │ │ ├── discover.component.scss
│ │ │ │ ├── discover.component.spec.ts
│ │ │ │ └── discover.component.ts
│ │ │ ├── ecommerce
│ │ │ │ ├── ecommerce.component.html
│ │ │ │ ├── ecommerce.component.scss
│ │ │ │ ├── ecommerce.component.spec.ts
│ │ │ │ └── ecommerce.component.ts
│ │ │ ├── examples.component.html
│ │ │ ├── examples.component.scss
│ │ │ ├── examples.component.spec.ts
│ │ │ ├── examples.component.ts
│ │ │ ├── examples.module.ts
│ │ │ ├── landing
│ │ │ │ ├── landing.component.html
│ │ │ │ ├── landing.component.scss
│ │ │ │ ├── landing.component.spec.ts
│ │ │ │ └── landing.component.ts
│ │ │ ├── login
│ │ │ │ ├── login.component.html
│ │ │ │ ├── login.component.scss
│ │ │ │ ├── login.component.spec.ts
│ │ │ │ └── login.component.ts
│ │ │ ├── page404
│ │ │ │ ├── page404.component.html
│ │ │ │ ├── page404.component.scss
│ │ │ │ ├── page404.component.spec.ts
│ │ │ │ └── page404.component.ts
│ │ │ ├── page422
│ │ │ │ ├── page422.component.html
│ │ │ │ ├── page422.component.scss
│ │ │ │ ├── page422.component.spec.ts
│ │ │ │ └── page422.component.ts
│ │ │ ├── page500
│ │ │ │ ├── page500.component.html
│ │ │ │ ├── page500.component.scss
│ │ │ │ ├── page500.component.spec.ts
│ │ │ │ └── page500.component.ts
│ │ │ ├── productpage
│ │ │ │ ├── productpage.component.html
│ │ │ │ ├── productpage.component.scss
│ │ │ │ ├── productpage.component.spec.ts
│ │ │ │ └── productpage.component.ts
│ │ │ ├── profile
│ │ │ │ ├── profile.component.html
│ │ │ │ ├── profile.component.scss
│ │ │ │ ├── profile.component.spec.ts
│ │ │ │ └── profile.component.ts
│ │ │ ├── register
│ │ │ │ ├── register.component.html
│ │ │ │ ├── register.component.scss
│ │ │ │ ├── register.component.spec.ts
│ │ │ │ └── register.component.ts
│ │ │ ├── search
│ │ │ │ ├── search.component.html
│ │ │ │ ├── search.component.scss
│ │ │ │ ├── search.component.spec.ts
│ │ │ │ └── search.component.ts
│ │ │ ├── settings
│ │ │ │ ├── settings.component.html
│ │ │ │ ├── settings.component.scss
│ │ │ │ ├── settings.component.spec.ts
│ │ │ │ └── settings.component.ts
│ │ │ └── twitter
│ │ │ ├── twitter.component.html
│ │ │ ├── twitter.component.scss
│ │ │ ├── twitter.component.spec.ts
│ │ │ └── twitter.component.ts
│ │ ├── favicon.ico
│ │ ├── presentation
│ │ │ ├── presenatation.component.spec.ts
│ │ │ ├── presentation.component.html
│ │ │ ├── presentation.component.scss
│ │ │ ├── presentation.component.ts
│ │ │ └── presentation.module.ts
│ │ ├── sections
│ │ │ ├── blogs
│ │ │ │ ├── blogs.component.html
│ │ │ │ ├── blogs.component.scss
│ │ │ │ ├── blogs.component.spec.ts
│ │ │ │ └── blogs.component.ts
│ │ │ ├── contacts
│ │ │ │ ├── contacts.component.html
│ │ │ │ ├── contacts.component.scss
│ │ │ │ ├── contacts.component.spec.ts
│ │ │ │ └── contacts.component.ts
│ │ │ ├── features
│ │ │ │ ├── features.component.html
│ │ │ │ ├── features.component.scss
│ │ │ │ ├── features.component.spec.ts
│ │ │ │ └── features.component.ts
│ │ │ ├── headers
│ │ │ │ ├── headers.component.html
│ │ │ │ ├── headers.component.scss
│ │ │ │ ├── headers.component.spec.ts
│ │ │ │ └── headers.component.ts
│ │ │ ├── pricing
│ │ │ │ ├── pricing.component.html
│ │ │ │ ├── pricing.component.scss
│ │ │ │ ├── pricing.component.spec.ts
│ │ │ │ └── pricing.component.ts
│ │ │ ├── projects
│ │ │ │ ├── projects.component.html
│ │ │ │ ├── projects.component.scss
│ │ │ │ ├── projects.component.spec.ts
│ │ │ │ └── projects.component.ts
│ │ │ ├── sections.component.html
│ │ │ ├── sections.component.scss
│ │ │ ├── sections.component.spec.ts
│ │ │ ├── sections.component.ts
│ │ │ ├── sections.module.ts
│ │ │ ├── teams
│ │ │ │ ├── teams.component.html
│ │ │ │ ├── teams.component.scss
│ │ │ │ ├── teams.component.spec.ts
│ │ │ │ └── teams.component.ts
│ │ │ └── testimonials
│ │ │ ├── testimonials.component.html
│ │ │ ├── testimonials.component.scss
│ │ │ ├── testimonials.component.spec.ts
│ │ │ └── testimonials.component.ts
│ │ └── shared
│ │ ├── image-upload
│ │ │ ├── image-upload.component.html
│ │ │ ├── image-upload.component.scss
│ │ │ ├── image-upload.component.spec.ts
│ │ │ ├── image-upload.component.ts
│ │ │ └── image-upload.module.ts
│ │ └── navbar
│ │ ├── navbar.component.html
│ │ ├── navbar.component.scss
│ │ ├── navbar.component.spec.ts
│ │ └── navbar.component.ts
│ ├── assets
│ │ ├── css
│ │ ├── demo
│ │ ├── fonts
│ │ ├── img
│ │ ├── scss
│ │ │ ├── paper-kit
│ │ │ └── paper-kit.scss
│ │ └── video
│ ├── environments
│ ├── favicon.ico
│ ├── index.html
│ ├── main.ts
│ ├── polyfills.ts
│ ├── styles.css
│ ├── test.ts
│ ├── tsconfig.app.json
│ ├── tsconfig.spec.json
│ └── typings.d.ts
├── tsconfig.json
└── tslint.json
At present, we officially aim to support the last two versions of the following browsers:
- Live Preview
- Buy Page: https://www.creative-tim.com/product/paper-kit-2-pro-angular?ref=pk-pro-angular-readme
- Documentation is here
- License Agreement: https://www.creative-tim.com/license?ref=pk-pro-angular-readme
- Support: https://www.creative-tim.com/contact-us?ref=pk-pro-angular-readme
- Issues: Github Issues Page
- Paper Kit 2 Angular - demo
We use GitHub Issues as the official bug tracker for the Material Dashboard Pro. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Paper Kit 2 PRO Angular. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
If you have questions or need help integrating the product please contact us instead of opening an issue.
- Copyright 2019 Creative Tim (https://www.creative-tim.com)
- Creative Tim license
-
More products from Creative Tim
-
Freebies from Creative Tim
-
Affiliate Program (earn money)
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Google+: https://plus.google.com/+CreativetimPage
Instagram: https://instagram.com/creativetimofficial