All Projects → creativetimofficial → Blk Design System React

creativetimofficial / Blk Design System React

Licence: mit
React version of BLK Design System:

Projects that are alternatives of or similar to Blk Design System React

Leaf Ui
🍃 Leaf-UI: A react component library built using styled-components
Stars: ✭ 98 (-30%)
Mutual labels:  design-system
Css
The CSS design system that powers GitHub
Stars: ✭ 10,670 (+7521.43%)
Mutual labels:  design-system
Fluid System
Fluid System is a style props function transformer for generating fluid styles. 💦
Stars: ✭ 130 (-7.14%)
Mutual labels:  design-system
Devtools Ds
UI components, libraries, and templates for building robust devtools experiences.
Stars: ✭ 105 (-25%)
Mutual labels:  design-system
Aws Northstar
NorthStar aims to be the standard for rapidly prototyping intuitive, meaningful and accessible user experiences. It simplifies your work and ensures consistent, predictable experiences at scale for your customers. With NorthStar, you can focus on innovation and do more with less.
Stars: ✭ 116 (-17.14%)
Mutual labels:  design-system
React95
A React components library with Win95 UI
Stars: ✭ 1,779 (+1170.71%)
Mutual labels:  design-system
Scale
The Scale library offers a set of customizable web components written with Stencil.js & TypeScript. The default theme of the library can be easily replaced so that a corresponding corporate identity of a dedicated brand can be represented.
Stars: ✭ 87 (-37.86%)
Mutual labels:  design-system
Styleguide
The VTEX Design System and React component library.
Stars: ✭ 138 (-1.43%)
Mutual labels:  design-system
React Native Design Utility
Utility for building design system in react-native. Idea from TailwindCSS
Stars: ✭ 116 (-17.14%)
Mutual labels:  design-system
Expo Disneyplus
Disney+ UI Clone with React Native & Expo
Stars: ✭ 130 (-7.14%)
Mutual labels:  design-system
Barista
Barista - the Dynatrace design system. Tailored to scale.
Stars: ✭ 107 (-23.57%)
Mutual labels:  design-system
Overrideit Sketchplugin
Overrideit is sketch plugin that allow designers to search in overridelist and overrides dropdowns, and with many other features.
Stars: ✭ 113 (-19.29%)
Mutual labels:  design-system
Yoga
Yoga design-system: a scientific system of practices made to help each one of us achieve our highest potential and experience.
Stars: ✭ 122 (-12.86%)
Mutual labels:  design-system
Design System
Design system for new Proton project
Stars: ✭ 101 (-27.86%)
Mutual labels:  design-system
Design System
Hack Club's design system
Stars: ✭ 135 (-3.57%)
Mutual labels:  design-system
Calcite Components
Web Components for the Calcite Design System. Built with Stencil JS. Currently in Beta!
Stars: ✭ 96 (-31.43%)
Mutual labels:  design-system
Vue Cion Design System
CION - Design system boilerplate for Vue.js
Stars: ✭ 119 (-15%)
Mutual labels:  design-system
Design Tokens
🎨 Figma plugin to export design tokens to json in an amazon style dictionary compatible format.
Stars: ✭ 136 (-2.86%)
Mutual labels:  design-system
Uswds Site
USWDS website and documentation
Stars: ✭ 135 (-3.57%)
Mutual labels:  design-system
React
Modern and minimalist React UI library.
Stars: ✭ 2,546 (+1718.57%)
Mutual labels:  design-system

Blk• Design System React Tweet

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

Product Presentation Image

Blk• Design System React is a responsive Bootstrap 4 kit, developed using React, Reactstrap and create-react-app, and it is provided for free by Creative Tim. It is a beautiful cross-platform UI kit featuring over 70 elements and 3 templates.

Blk• Design System React 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 React is built on top of the much awaited Bootstrap 4 (Reactstrap). This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 or Reactstrap project; you can just import the Blk• Design System React 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 React Angular
BLK Design System  HTML BLK Design System  React BLK Design System  Angular

PRO Versions

HTML React Angular
BLK Design System PRO HTML BLK Design System PRO React BLK Design System PRO Angular

Demo

Buttons Inputs Navbars
Buttons Inputs Navbar
Login Page Landing Page Profile Page
Register Page Landing Page Profile Page

View More

Quick start

Documentation

The documentation for the BLK Design System React is hosted at our website.

File Structure

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

Blk• Design System React
.
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── README.md
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
    ├── index.js
    ├── variables
    │   └── charts.js
    ├── assets
    │   ├── css
    │   │   ├── blk-design-system-react.css
    │   │   ├── blk-design-system-react.css.map
    │   │   ├── blk-design-system-react.min.css
    │   │   └── nucleo-icons.css
    │   ├── demo
    │   │   └── demo.css
    │   ├── fonts
    │   │   ├── nucleo.eot
    │   │   ├── nucleo.ttf
    │   │   ├── nucleo.woff
    │   │   └── nucleo.woff2
    │   ├── img
    │   └── scss
    │       ├── blk-design-system-react
    │       │   ├── bootstrap
    │       │   │   ├── mixins
    │       │   │   └── utilities
    │       │   ├── custom
    │       │   │   ├── cards
    │       │   │   ├── mixins
    │       │   │   ├── sections
    │       │   │   ├── utilities
    │       │   │   └── vendor
    │       │   └── react
    │       │       └── react-differences.scss
    │       └── blk-design-system-react.scss
    ├── components
    │   ├── Footer
    │   │   └── Footer.js
    │   ├── Navbars
    │   │   ├── ComponentsNavbar.js
    │   │   └── ExamplesNavbar.js
    │   └── PageHeader
    │       └── PageHeader.js
    └── views
        ├── Index.js
        ├── IndexSections
        │   ├── Basics.js
        │   ├── Download.js
        │   ├── Examples.js
        │   ├── JavaScript.js
        │   ├── Navbars.js
        │   ├── Notifications.js
        │   ├── NucleoIcons.js
        │   ├── Pagination.js
        │   ├── Signup.js
        │   ├── Tabs.js
        │   └── Typography.js
        └── examples
            ├── LandingPage.js
            ├── ProfilePage.js
            └── RegisterPage.js

Browser Support

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

Chrome Firefox Edge Safari Opera

Resources

HTML React Vue
Black Dashboard  HTML Black Dashboard  React Vue Black Dashboard
Angular Laravel Django Nuxt
Black Dashboard Angular Black Dashboard Laravel Black Dashboard Django Nuxt Dashboard Django
  • PRO Dashboards:
React Vue Nuxt
Black Dashboard PRO React Vue Black Dashboard PRO Nuxt Black Dashboard PRO
Angular Django Django
Black Dashboard PRO Angular Black Dashboard PRO Laravel Black Dashboard PRO Django

Reporting Issues

We use GitHub Issues as the official bug tracker for the BLK 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 BLK 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

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