impact-design-system icon indicating copy to clipboard operation
impact-design-system copied to clipboard

Kick-Start Your Development With An Awesome Design System carefully designed for your online business showcase. Joint project by Creative Tim and Themesberg.

Impact Design System Tweet

version license GitHub issues open GitHub issues closed Chat

Impact Design System Thumbnail

Kick-Start Your Development With An Awesome Design System carefully designed for your online business showcase. It comes as a complete solution, with front pages and dashboard pages included.

Impact Design System features a huge number of components built to fit together and look amazing. If you are a new business looking to create your online presence or you just want to let people know who you are and what you do, this might be the answer for you.

Fully Coded Components

Impact Design System features over 200 individual components, giving you the freedom of choosing and combining. This means that there are thousands of possible combinations. All components can take variations in color, that you can easily modify using SASS files.

You will save a lot of time going from prototyping to full-functional code because all elements are implemented. We wanted the design process to be seamless, so switching from image to the real page is very easy to do.

View all components here.

Example Pages

If you want to get inspiration or just show something directly to your clients, you can jump-start your development with our pre-built example pages. From landing pages to e-commerce or blog pages, you will be able to quickly set up the basic structure for your web project.

View example front pages here and example dashboard pages here.

Complex Documentation

Each element is well presented in very complex documentation. You can read more about the idea behind this design system here. You can check the components here.

Table of Contents

  • Demo
  • Quick Start
  • Documentation
  • File Structure
  • Browser Support
  • Resources
  • Reporting Issues
  • Licensing
  • Useful Links

Demo

Landing About Pricing Contact
Landing Page About Page Pricing page Contact Page
Dashboard Login Profile Documentation
Dashboard Login Profile Documentation

View More

Quick start

  1. Clone this repository or download from Creative Tim
  2. Make sure you have Node locally installed.
  3. Download Gulp Command Line Interface to be able to use gulp in your Terminal.
npm install gulp-cli -g
  1. After installing Gulp, run npm install in the main impact-design-system-vx.x.x/ folder to download all the project dependencies. You'll find them in the node_modules/ folder.
npm install
  1. Run gulp in the impact-design-system-vx.x.x/ folder to serve the project files using BrowserSync. Running gulp will compile the theme and open /index.html in your main browser.
gulp

While the gulp command is running, files in the assets/scss/, assets/js/ and components/ folders will be monitored for changes. Files from the assets/scss/ folder will generate injected CSS.

Hit CTRL+C to terminate the gulp command. This will stop the local server from running.

Theme without Sass, Gulp or Npm

If you'd like to get a version of our theme without Sass, Gulp or Npm, we've got you covered. Run the following command:

gulp build:dev

This will generate a folder html&css which will have unminified CSS, Html and Javascript.

Minified version

If you'd like to compile the code and get a minified version of the HTML and CSS just run the following Gulp command:

gulp build:dist

This will generate a folder dist which will have minified CSS, Html and Javascript.

Documentation

The documentation for Impact Design System is hosted at our website.

File Structure

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

.
├── LICENSE.md
├── README.md
├── dashboard
│   └── assets
├── gulpfile.js
├── package-lock.json
├── package.json
└── src
    ├── dashboard
    │   ├── assets
    │   │   ├── fonts
    │   │   ├── img
    │   │   └── js
    │   ├── pages
    │   │   ├── dashboards
    │   │   ├── examples
    │   │   ├── maps
    │   │   └── tables
    │   ├── partials
    │   │   ├── _head.html
    │   │   ├── _tracking-body.html
    │   │   └── _tracking.html
    │   └── scss
    │       ├── bootstrap
    │       ├── core
    │       ├── custom
    │       └── dashboard.scss
    ├── front
    │   ├── assets
    │   │   ├── img
    │   │   └── js
    │   ├── pages
    │   │   ├── about.html
    │   │   ├── all.html
    │   │   ├── contact.html
    │   │   ├── index.html
    │   │   └── pricing.html
    │   ├── partials
    │   │   ├── _demo.html
    │   │   ├── _footer.html
    │   │   ├── _head.html
    │   │   ├── _navigation.html
    │   │   ├── _preloader.html
    │   │   ├── _pricing.html
    │   │   ├── _scripts.html
    │   │   ├── _tracking-body.html
    │   │   ├── _tracking.html
    │   │   └── cta
    │   └── scss
    │       ├── bootstrap
    │       ├── front
    │       └── front.scss
    └── index.html

Browser Support

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

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for the Impact Design System. 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 Impact Design System. 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

  • Copyright 2020 Creative Tim (https://www.creative-tim.com/?ref=mk-github-readme)
  • Licensed under MIT (https://github.com/creativetimofficial/impact-design-system/blob/master/LICENSE.md)

Useful Links Creative Tim

Social Media

Twitter: https://twitter.com/CreativeTim

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

Dribbble: https://dribbble.com/creativetim

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

Useful Links Themesberg

Social Media