GithubHelp home page GithubHelp logo

ct-blk-design-system-pro-angular's Introduction

Blk• Design System PRO Angular Tweet

version GitHub issues open GitHub issues closed Join the chat at https://gitter.im/NIT-dgp/General Chat

Product Presentation Image

Start your development with Blk• Design System PRO Angular. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.

Now will help you create a clean and simple website that is a perfect fit for today's black design. It is built using the 12 column grid system, with components designed to fit together perfectly. It makes use of bold colours, beautiful typography, clear photography and spacious arrangements.

Complex Documentation

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

Bootstrap 4 Support

Blk• Design System PRO Angular is built on top of the much awaited Bootstrap 4. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 project; you can just import the Blk• Design System PRO style over it. Most of the elements have been redesigned; but if you are using an element we have not touched, it will fall back to the Bootstrap default.

Table of Contents

Versions

HTML Angular React
Blk• Design System PRO HTML Blk• Design System PRO Angular Blk• Design System PRO React

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. You will be able to quickly set up the basic structure for your web project.

View More

Documentation

The documentation for the Blk• Design System PRO Angular is hosted at our website.

File Structure

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

Blk• Design System PRO Angular
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── README.md
├── angular.json
├── documentation
│   └── documentation.html
├── e2e
├── package-lock.json
├── package.json
├── src
│   ├── app
│   │   ├── app-routing.module.ts
│   │   ├── app.component.html
│   │   ├── app.component.scss
│   │   ├── app.component.spec.ts
│   │   ├── app.component.ts
│   │   ├── app.module.ts
│   │   ├── components
│   │   │   ├── footer
│   │   │   │   ├── footer.component.html
│   │   │   │   ├── footer.component.scss
│   │   │   │   ├── footer.component.spec.ts
│   │   │   │   └── footer.component.ts
│   │   │   ├── navbar
│   │   │   │   ├── navbar.component.html
│   │   │   │   ├── navbar.component.scss
│   │   │   │   ├── navbar.component.spec.ts
│   │   │   │   └── navbar.component.ts
│   │   │   └── picture-upload
│   │   │       ├── picture-upload.component.css
│   │   │       ├── picture-upload.component.html
│   │   │       ├── picture-upload.component.spec.ts
│   │   │       └── picture-upload.component.ts
│   │   ├── examples
│   │   │   ├── 500error
│   │   │   │   ├── 500error.component.html
│   │   │   │   └── 500error.component.ts
│   │   │   ├── aboutus
│   │   │   │   ├── aboutus.component.html
│   │   │   │   └── aboutus.component.ts
│   │   │   ├── accountsettings
│   │   │   │   ├── accountsettings.component.html
│   │   │   │   └── accountsettings.component.ts
│   │   │   ├── blogpost
│   │   │   │   ├── blogpost.component.html
│   │   │   │   └── blogpost.component.ts
│   │   │   ├── blogposts
│   │   │   │   ├── blogposts.component.html
│   │   │   │   └── blogposts.component.ts
│   │   │   ├── chatpage
│   │   │   │   ├── chatpage.component.html
│   │   │   │   └── chatpage.component.ts
│   │   │   ├── checkoutpage
│   │   │   │   ├── checkoutpage.component.html
│   │   │   │   └── checkoutpage.component.ts
│   │   │   ├── contactus
│   │   │   │   ├── contactus.component.html
│   │   │   │   └── contactus.component.ts
│   │   │   ├── ecommerce
│   │   │   │   ├── ecommerce.component.html
│   │   │   │   └── ecommerce.component.ts
│   │   │   ├── error
│   │   │   │   ├── error.component.html
│   │   │   │   └── error.component.ts
│   │   │   ├── invoicepage
│   │   │   │   ├── invoicepage.component.html
│   │   │   │   └── invoicepage.component.ts
│   │   │   ├── landingpage
│   │   │   │   ├── landingpage.component.html
│   │   │   │   └── landingpage.component.ts
│   │   │   ├── loginpage
│   │   │   │   ├── loginpage.component.html
│   │   │   │   └── loginpage.component.ts
│   │   │   ├── pricing
│   │   │   │   ├── pricing.component.html
│   │   │   │   └── pricing.component.ts
│   │   │   ├── productpage
│   │   │   │   ├── productpage.component.html
│   │   │   │   └── productpage.component.ts
│   │   │   ├── profilepage
│   │   │   │   ├── profilepage.component.html
│   │   │   │   └── profilepage.component.ts
│   │   │   ├── registerpage
│   │   │   │   ├── registerpage.component.html
│   │   │   │   └── registerpage.component.ts
│   │   │   └── resetpage
│   │   │       ├── resetpage.component.html
│   │   │       └── resetpage.component.ts
│   │   ├── index
│   │   │   ├── index.component.html
│   │   │   └── index.component.ts
│   │   ├── presentation
│   │   │   ├── presentation.component.html
│   │   │   ├── presentation.component.ts
│   │   │   └── presentation.module.ts
│   │   └── sections
│   │       ├── sections.component.html
│   │       └── sections.component.ts
│   ├── assets
│   │   ├── css
│   │   ├── demo
│   │   ├── fonts
│   │   ├── img
│   │   └── scss
│   │       ├── blk-design-system-pro
│   │       └── blk-design-system-pro.scss
│   ├── browserslist
│   ├── environments
│   ├── favicon.ico
│   ├── index.html
│   ├── karma.conf.js
│   ├── main.ts
│   ├── polyfills.ts
│   ├── styles.scss
│   ├── test.ts
│   ├── tsconfig.app.json
│   ├── tsconfig.spec.json
│   └── tslint.json
├── tsconfig.json
└── tslint.json

Browser Support

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

Resources

HTML Vue React
Black Dashboard PRO  HTML Vue Black Dashboard PRO Black Dashboard PRO React

Reporting Issues

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

ct-blk-design-system-pro-angular's People

Contributors

chelaruc avatar rarestoma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.