1.1.50 • Published 1 year ago

konfhub-design-system v1.1.50

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

KonfHub Design System

This contains the design system and components needed for KonfHub platform

Installation

npm install konfhub-design-system

If you are facing any issues during the installation please use --legacy-peer-deps option.

Usage

Essentially there are two modules that you can import from the package:

  • konfhub-design-system/themes
  • konfhub-design-system/components

Themes

Core themes are available under the core key. You can import them like this:

import { core } from "konfhub-design-system/themes";

Website themes are available under the website key. You can import them like this:

import { website } from "konfhub-design-system/themes";

Dashboard themes are available under the dashboard key. You can import them like this:

import { dashboard } from "konfhub-design-system/themes";

Components

An example of a component can be imported like this:

import { Sample } from "konfhub-design-system/components";

Available components can be found here

Addition of new components

Adding a new component is a three step process:

  1. Add the component to the src/components folder
  2. Add the component to the src/components/index.ts file
  3. Modify package.json to include the new component in exports and similarly in vite.config.ts

If you are facing any issues please reach out to us on GitHub

0.2.27

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.1.50

1 year ago

0.2.30

1 year ago

0.2.32

1 year ago

0.2.31

1 year ago

0.2.29

1 year ago

0.2.28

1 year ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.7

2 years ago

0.2.8

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.0.1-0.24

2 years ago

0.0.1-0.23

2 years ago

0.0.1-0.22

2 years ago

0.0.1-0.21

2 years ago

0.0.1-0.20

2 years ago

0.0.1-0.19

2 years ago

0.0.1-0.17

2 years ago

1.0.1-0.16

2 years ago

1.0.1-0.14

2 years ago

1.0.1-0.13

2 years ago

1.0.1-0.12

2 years ago

1.0.1-0.11

2 years ago

1.0.1-0.10

2 years ago

1.0.1-0.9

2 years ago

1.0.1-0.8

2 years ago

1.0.1-0.7

2 years ago

1.0.1-0.6

2 years ago

1.0.1-0.5

2 years ago

1.0.1-0.4

2 years ago

1.0.1-0.3

2 years ago

1.0.1-0.2

2 years ago

1.0.1-0.1

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago