1.0.81 • Published 11 hours ago

ohana-design-system v1.0.81

Weekly downloads
-
License
-
Repository
-
Last release
11 hours ago

Uniqode logo

What is Ohana Design System

Ohana is Uniqode's inbuilt library for using our components in marketing pages

Setup

To begin developing the design system locally, run the following from the repository's root directory:

To install all the dependencies

$ npm install or npm i

To run Storybook

$ npm run storybook

How to use the components ?

To start using components you can

  • Import components from "ohana-design-system"
  • Add the component in the page you want to use
  • Give relevant data to the component

For example, to use breadcrumb refer the code below:

import { Breadcrumb } from 'ohana-design-system';

const breadcrumbData = [
    { label: 'Home', link: '/' },
    { label: 'QR Code generator', link: '/qr-code-generator' },
    {
        label: 'QR code on websites',
        link: '/how-to-get-a-qr-code-for-a-website',
    },
];

const Page = () => {
    return <Breadcrumb breadcrumbData={breadcrumbData} />;
};

export default Page;
1.0.81

11 hours ago

1.0.80

5 days ago

1.0.79

9 days ago

1.0.78

13 days ago

1.0.77

18 days ago

1.0.76

19 days ago

1.0.75

20 days ago

1.0.74

23 days ago

1.0.73

1 month ago

1.0.72

1 month ago

1.0.71

1 month ago

1.0.70

1 month ago

1.0.69

1 month ago

1.0.68

1 month ago

1.0.67

1 month ago

1.0.66

2 months ago

1.0.62

2 months ago

1.0.65

2 months ago

1.0.64

2 months ago

1.0.63

2 months ago

1.0.61

2 months ago

1.0.60

2 months ago

1.0.59

2 months ago

1.0.58

2 months ago

1.0.57

3 months ago

1.0.56

3 months ago

1.0.55

3 months ago

1.0.54

3 months ago

1.0.53

3 months ago

1.0.52

3 months ago

1.0.51

3 months ago

1.0.50

3 months ago

1.0.49

3 months ago

1.0.48

3 months ago

1.0.47

3 months ago

1.0.46

3 months ago

1.0.45

3 months ago

1.0.44

3 months ago

1.0.43

3 months ago

1.0.42

4 months ago

1.0.40

4 months ago

1.0.41

4 months ago

1.0.39

4 months ago

1.0.38

4 months ago

1.0.37

4 months ago

1.0.36

4 months ago

1.0.35

4 months ago

1.0.34

4 months ago

1.0.33

4 months ago

1.0.32

5 months ago

1.0.31

5 months ago

1.0.30

5 months ago

1.0.29

5 months ago

1.0.28

6 months ago

1.0.27

6 months ago

1.0.26

6 months ago

1.0.25

6 months ago

1.0.24

6 months ago

1.0.23

6 months ago

1.0.22

6 months ago

1.0.21

6 months ago

1.0.20

6 months ago

1.0.19

6 months ago

1.0.18

6 months ago

1.0.17

6 months ago

1.0.16

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago