1.1.50 • Published 9 months ago

konfhub-design-system v1.1.50

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months 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

9 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.1.2

10 months ago

1.1.50

9 months ago

0.2.30

9 months ago

0.2.32

9 months ago

0.2.31

9 months ago

0.2.29

9 months ago

0.2.28

9 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.7

1 year ago

0.2.8

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.0.1-0.24

1 year ago

0.0.1-0.23

1 year ago

0.0.1-0.22

1 year ago

0.0.1-0.21

1 year ago

0.0.1-0.20

1 year ago

0.0.1-0.19

1 year ago

0.0.1-0.17

1 year ago

1.0.1-0.16

1 year ago

1.0.1-0.14

1 year ago

1.0.1-0.13

1 year ago

1.0.1-0.12

1 year ago

1.0.1-0.11

1 year ago

1.0.1-0.10

1 year ago

1.0.1-0.9

1 year ago

1.0.1-0.8

1 year ago

1.0.1-0.7

1 year ago

1.0.1-0.6

1 year ago

1.0.1-0.5

1 year ago

1.0.1-0.4

1 year ago

1.0.1-0.3

1 year ago

1.0.1-0.2

1 year ago

1.0.1-0.1

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago