All Projects β†’ creativetimofficial β†’ Paper Kit 2

creativetimofficial / Paper Kit 2

Licence: mit
Paper Kit is a Fully Coded Web UI Kit based on Bootstrap.

Labels

Projects that are alternatives of or similar to Paper Kit 2

Include Media
πŸ“ Simple, elegant and maintainable media queries in Sass
Stars: ✭ 2,362 (+1075.12%)
Mutual labels:  scss
Typed Scss Modules
🎁 Generate type definitions (.d.ts) for CSS Modules using SCSS
Stars: ✭ 192 (-4.48%)
Mutual labels:  scss
Feathers Vue
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Stars: ✭ 195 (-2.99%)
Mutual labels:  scss
Onev S Den
Blog
Stars: ✭ 190 (-5.47%)
Mutual labels:  scss
Blogdown Jekyll
Automatically knit R Markdown documents, build them with Jekyll, and serve the website with servr locally
Stars: ✭ 191 (-4.98%)
Mutual labels:  scss
Bootstrap Italia
Bootstrap Italia Γ¨ un tema Bootstrap 4 conforme alle linee guida di design per i servizi web della PA
Stars: ✭ 193 (-3.98%)
Mutual labels:  scss
Efarticles
EyreFree's articles.
Stars: ✭ 189 (-5.97%)
Mutual labels:  scss
Mazer
Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page
Stars: ✭ 195 (-2.99%)
Mutual labels:  scss
Font Awesome
Shim repository for Font Awesome.
Stars: ✭ 191 (-4.98%)
Mutual labels:  scss
Tobi
An accessible, open-source lightbox with no dependencies.
Stars: ✭ 195 (-2.99%)
Mutual labels:  scss
Termux.github.io
The main termux site and help pages.
Stars: ✭ 188 (-6.47%)
Mutual labels:  scss
Nuxt Sass Resources Loader
SASS resources (e.g. variables, mixins etc.) module for NuxtJs
Stars: ✭ 191 (-4.98%)
Mutual labels:  scss
React Portfolio Template
Modern React Portfolio Template (FREE)
Stars: ✭ 188 (-6.47%)
Mutual labels:  scss
Media Manager
A simple file browser and up-loader for Laravel written in Vue.JS
Stars: ✭ 190 (-5.47%)
Mutual labels:  scss
Airspace Hugo
Airspace theme (Hugo version)
Stars: ✭ 196 (-2.49%)
Mutual labels:  scss
Gallery
Gallery of ggplot2 extensions
Stars: ✭ 189 (-5.97%)
Mutual labels:  scss
Grandstand
BBC Grandstand is a collection of common CSS abstractions and utility helper classes
Stars: ✭ 192 (-4.48%)
Mutual labels:  scss
Colaboradados.github.io
O VEÍCULO COLABORATIVO SOBRE TRANSPARÊNCIA E OPEN DATA NO BRASIL.
Stars: ✭ 201 (+0%)
Mutual labels:  scss
Bslib
Tools for theming shiny and rmarkdown from R via Bootstrap (3 or 4) Sass.
Stars: ✭ 197 (-1.99%)
Mutual labels:  scss
Tale Hugo
A port of the Tale theme for Hugo. Tale is a minimal theme curated for storytellers.
Stars: ✭ 195 (-2.99%)
Mutual labels:  scss

Paper Kit 2 - Free Bootstrap 4 UI Kit version GitHub issues open GitHub issues closed Join the chat at https://gitter.im/NIT-dgp/General Chat

Paper Kit 2

Paper Kit 2 is a free Bootstrap 4 UI Kit with pale colors, beautiful typography and thoughtful drawings. We created it having paper and drawings in mind.

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.

We have created the UI Kit kit having pastel colors and paper in mind. It feels light, fresh and easy to go through. It features beautiful typography, font icons and thoughtful layouts.

Paper Kit 2 has a PRO version with a huge number of components, sections and examples: Paper Kit 2 PRO . 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.

Table of Contents

Versions

HTML Angular
Paper Kit  HTML Paper Kit  Angular
Register Page Landing Page Profile Page
Register Page Landing Page Profile Page

View More

Quick start

We've also included an optional Gulp file to help you get started with theme customization. You'll need to install Node.js and Gulp before using our included gulpfile.js.

  1. Download the project's zip
  2. Make sure you have node.js (https://nodejs.org/en/) installed
  3. Type npm install in terminal/console in the source folder where package.json is located
  4. You will find all the branding colors inside assets/scss/paper-kit/_variables.scss. You can change them with a HEX value or with other predefined variables.
  5. Run in terminal gulp compile-scss for a single compilation or gulp watch for continous compilation of the changes that you make in *.scss files. This command should be run in the same folder where gulpfile.js and package.json are located
  6. Run in terminal gulp open-app for opening the Presentation Page (default) of the product.

Documentation

The documentation for the Paper Kit 2 is hosted at our website.

File Structure

Within the download you'll find the following directories and files:

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

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

Dashboards:

HTML React Vue Angular
Paper Dashboard  HTML Paper Dashboard  React Vue Paper Dashboard  Paper Dashboard Angular

Reporting Issues

We use GitHub Issues as the official bug tracker for the Paper Kit 2. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Paper Kit 2. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Instagram: https://www.instagram.com/CreativeTimOfficial

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].