All Projects → creativetimofficial → impact-design-system

creativetimofficial / impact-design-system

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

Programming Languages

HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to impact-design-system

oskrhq-design-system
A mostly reasonable although opinionated approach to building responsive Digital Interfaces sharing the same anatomy.
Stars: ✭ 60 (-47.37%)
Mutual labels:  designsystem, design-system
leafygreen-ui
LeafyGreen UI – LeafyGreen's React UI Kit
Stars: ✭ 112 (-1.75%)
Mutual labels:  ui-kit, design-system
kahi-ui
Straight-forward Svelte UI for the Web
Stars: ✭ 169 (+48.25%)
Mutual labels:  ui-kit, design-system
sha-el-design
React components for easier customization and smooth development flow.
Stars: ✭ 33 (-71.05%)
Mutual labels:  ui-kit, design-system
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (-38.6%)
Mutual labels:  ui-kit, design-system
web-components
A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
Stars: ✭ 322 (+182.46%)
Mutual labels:  ui-kit, design-system
UUI
React-based components and accelerators library built by EPAM Systems.
Stars: ✭ 90 (-21.05%)
Mutual labels:  ui-kit, design-system
sugui
UI Components library based on React, Styled Components and React Testing Library
Stars: ✭ 17 (-85.09%)
Mutual labels:  ui-kit, design-system
Sugui Design System
A design system template for the SugUI components library based on styleguidist
Stars: ✭ 17 (-85.09%)
Mutual labels:  ui-kit, design-system
React95
🌈🕹 Refreshed Windows 95 style UI components for your React app
Stars: ✭ 4,877 (+4178.07%)
Mutual labels:  ui-kit, design-system
flow-ui
Accessibility oriented design system for developing fast and powerful web interfaces.
Stars: ✭ 89 (-21.93%)
Mutual labels:  ui-kit, design-system
Shine Design
为开发者、设计师和产品经理准备的 UI 设计语言
Stars: ✭ 157 (+37.72%)
Mutual labels:  ui-kit, design-system
visage
Visage design system
Stars: ✭ 12 (-89.47%)
Mutual labels:  ui-kit, design-system
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (+235.09%)
Mutual labels:  ui-kit, design-system
Aksara Ui
Aksara Design System, from Kata.ai.
Stars: ✭ 107 (-6.14%)
Mutual labels:  ui-kit, design-system
design-systems
A list of famous design systems, design languages and guidelines
Stars: ✭ 403 (+253.51%)
Mutual labels:  ui-kit, design-system
mix
An expressive way to effortlessly build design systems in Flutter.
Stars: ✭ 251 (+120.18%)
Mutual labels:  design-system
lazy-kit
A new design system for developing with less effort. See how it looks:
Stars: ✭ 68 (-40.35%)
Mutual labels:  ui-kit
react-dsfr
Non-official React components of the official french Système de Design de l'État.
Stars: ✭ 48 (-57.89%)
Mutual labels:  design-system
ngx-vant
Lightweight Mobile UI Components built on Vant and Angular
Stars: ✭ 34 (-70.18%)
Mutual labels:  ui-kit

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

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

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

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].