1.0.67 • Published 5 days ago

blkboxui v1.0.67

Weekly downloads
-
License
-
Repository
github
Last release
5 days ago

Blkbox Design System

Blkbox UI system contains fundamental react components for shipping new products faster and maintain uniformity accross the products.

Getting Started

Installation

npm install blkboxui

This package requires node >=14.0 & react >=16.0

Once installed import the libraries components css in your main js file

import 'blkboxui/dist/style.css';

Usage

Here is an example of basic app using blkboxui's Button component

import * as React from 'react';
import { Button, BUTTON_TYPES } from 'blkboxui';

function App() {
  return <Button type={BUTTON_TYPES.SECONDARY}>Hello World</Button>;
}

The library provides list of variables for spacing, fonts sizes, box shadows and color schemes.

Dependencies

Required Peer Dependencies

These libraries are not bundled with Reactstrap and required at runtime:

About the Project

This component library is built on top of material ui(https://mui.com/material-ui/) and chart system is built using echarts(https://echarts.apache.org/en/index.html) and for datatable (https://tanstack.com/table/v8) is used.

Development

Storybook

The components can be developed and then viewed using storybook. You can play around with components modify props and view it in different states.

To run storybook

  1. Run npm install from the projects root
npm install
npm run storybook
  1. Storybook will be opened in localhost at port 6006
  2. To build and deploy storybook run
npm install
npm run build-storybook
  1. Static files will be generated under storybook-static
  2. To locally link design system to any project
npm link (this is a one time activity in design system directory)
npm link blkboxui (link blkboxui in the targetted project to locally link the package)
npm run dev
(use 'npm unlink blkboxui' to unlink the package from the project)

For further clarifications please email us at dev@blkbox.ai

1.0.67

5 days ago

1.0.66

15 days ago

1.0.65

16 days ago

1.0.64

1 month ago

1.0.63

2 months ago

1.0.62

2 months ago

1.0.61

2 months ago

1.0.60

3 months ago

1.0.59

3 months ago

1.0.58

3 months ago

1.0.57

3 months ago

1.0.55

3 months ago

1.0.56

3 months ago

1.0.54

3 months ago

1.0.53

3 months ago

1.0.52

4 months ago

1.0.51

4 months ago

1.0.50

4 months ago

1.0.49

4 months ago

1.0.48

4 months ago

1.0.47

5 months ago

1.0.46

5 months ago

1.0.45

5 months ago

1.0.44

5 months ago

1.0.43

5 months ago

1.0.42

5 months ago

1.0.41

5 months ago

1.0.40

5 months ago

1.0.39

5 months ago

1.0.19

10 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.38

6 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.26

9 months ago

1.0.25

9 months ago

1.0.24

9 months ago

1.0.23

10 months ago

1.0.29

8 months ago

1.0.28

9 months ago

1.0.27

9 months ago

1.0.33

7 months ago

1.0.32

7 months ago

1.0.31

7 months ago

1.0.30

7 months ago

1.0.37

6 months ago

1.0.36

6 months ago

1.0.35

6 months ago

1.0.34

6 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.12

12 months 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

0.0.1

1 year ago