3.3.5 • Published 3 months ago

@highlight-ui/dropdown-menu v3.3.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

npm personio.design storybook.personio.design

@highlight-ui/dropdown-menu

Installation

Using npm:

npm install @highlight-ui/dropdown-menu

Using yarn:

yarn add @highlight-ui/dropdown-menu

Using pnpm:

pnpm install @highlight-ui/dropdown-menu

In your (S)CSS file:

@import url('@highlight-ui/dropdown-menu');

Once the package is installed, you can import the library:

import {
  DropdownMenu,
  DropdownMenuItem,
  DropdownMenuList,
  DropdownMenuToggle,
} from '@highlight-ui/dropdown-menu';

Usage

import React from 'react';
import {
  DropdownMenu,
  DropdownMenuToggle,
  DropdownMenuList,
  DropdownMenuItem,
} from '@highlight-ui/dropdown-menu';
import { Button } from '@highlight-ui/button';

export default function DropdownMenuExample() {
  return (
    <DropdownMenu>
      <DropdownMenuToggle>
        <Button buttonState={disabled ? 'disabled' : undefined}>
          Toggle Me!
        </Button>
      </DropdownMenuToggle>
      <DropdownMenuList direction={direction} title={title}>
        <DropdownMenuItem
          onClick={() => {
            console.log('clicked!');
          }}
        >
          Item label (as Button)
        </DropdownMenuItem>
        <DropdownMenuItem
          href="https://personio.com"
          target="_blank"
          rel="noopener noreferrer"
        >
          Item label (as Link)
        </DropdownMenuItem>
        <DropdownMenuItem disabled>Item label (disabled)</DropdownMenuItem>
      </DropdownMenuList>
    </DropdownMenu>
  );
}

Props 📜

DropdownMenu

PropTypeRequiredDefaultDescription
openbooleanNofalseWhether the dropdown is open or not
defaultValuebooleanNofalseDefault open value
classNamestringNoAllows providing a custom class name to the DIV element that surrounds the text
closeOnClickAnywherebooleanNofalseEnables closing the dropdown menu when clicking inside
disabledbooleanNofalsePrevents the open state of the dropdown menu from changing (Only works when the open prop is not being used)
onChange() => voidNoCallback triggered whenever the open state of the dropdown menu is changed (Only works when the open prop is not being used)
onClose() => voidNoCallback triggered whenever the dropdown menu is closed (Only works when the open prop is not being used)
onOpen() => voidNoCallback triggered whenever the dropdown menu is opened (Only works when the open prop is not being used)
onRequestToChange() => voidNoCallback triggered when the open state of the dropdown menu is about to change (Only works when the open prop is in use)

DropdownMenuToggle

PropTypeRequiredDefaultDescription
classNamestringNoAllows providing a custom class name to the toggle
disabledbooleanNofalsePrevents the open state of the dropdown menu from changing
onToggle() => voidNoCallback triggered whenever the open state of the dropdown menu is changed

DropdownMenuList

PropTypeRequiredDefaultDescription
openbooleanNofalseWhether the dropdown is open or not
classNamestringNoAllows providing a custom class name to the list
containerWidthnumberNo0The max width of the container
direction'bottom-left', 'bottom-right', 'center', 'top-left', 'top-right'Nobottom-rightThe direction that the menu should open from - relative to the trigger
onToggle() => voidNoCallback triggered whenever the open state of the dropdown menu is changed
preventToCloseOnClickbooleanNofalsePrevents the close on click
titlestringNoGives this dropdown a title

DropdownMenuItem

The DropdownMenuItem gets its props from the a and button types.

Contributing 🖌️

Please visit personio.design for usage guidelines and visual examples.

If you're interested in contributing, please visit our contribution page.

3.3.5

3 months ago

3.3.4

5 months ago

3.1.56

10 months ago

3.1.55

10 months ago

3.1.50

10 months ago

3.2.20

7 months ago

3.1.52

10 months ago

3.1.51

10 months ago

3.2.22

7 months ago

3.1.54

10 months ago

3.2.21

7 months ago

3.1.53

10 months ago

3.2.2

10 months ago

3.2.1

10 months ago

3.2.0

10 months ago

3.2.6

9 months ago

3.2.5

9 months ago

3.2.4

10 months ago

3.2.3

10 months ago

3.2.9

9 months ago

3.2.8

9 months ago

3.2.7

9 months ago

3.2.13

9 months ago

3.2.12

9 months ago

3.2.15

8 months ago

3.2.14

8 months ago

3.2.17

8 months ago

3.1.49

10 months ago

3.2.16

8 months ago

3.2.19

8 months ago

3.2.18

8 months ago

3.2.11

9 months ago

3.2.10

9 months ago

3.3.0-r18.0

8 months ago

3.3.1

7 months ago

3.3.0

7 months ago

3.3.3

7 months ago

3.3.2

7 months ago

3.1.45

11 months ago

3.1.44

12 months ago

3.1.47

11 months ago

3.1.46

11 months ago

3.1.48

11 months ago

3.1.41

12 months ago

3.1.40

1 year ago

3.1.43

12 months ago

3.1.42

12 months ago

3.1.36

1 year ago

3.1.35

1 year ago

3.1.38

1 year ago

3.1.37

1 year ago

3.1.39

1 year ago

3.1.34

1 year ago

3.1.33

1 year ago

3.1.30

1 year ago

3.1.32

1 year ago

3.1.31

1 year ago

3.1.29

1 year ago

3.1.12

1 year ago

3.1.11

1 year ago

3.1.14

1 year ago

3.1.13

1 year ago

3.1.16

1 year ago

3.1.15

1 year ago

3.1.18

1 year ago

3.1.17

1 year ago

3.1.10

1 year ago

3.1.9

1 year ago

3.1.8

1 year ago

3.1.23

1 year ago

3.1.22

1 year ago

3.1.25

1 year ago

3.1.24

1 year ago

3.1.27

1 year ago

3.1.26

1 year ago

3.1.28

1 year ago

3.1.21

1 year ago

3.1.20

1 year ago

3.1.19

1 year ago

3.1.3

1 year ago

3.1.2

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.1.7

1 year ago

3.1.6

1 year ago

3.1.5

1 year ago

3.1.4

1 year ago

3.0.29

1 year ago

3.0.23

2 years ago

3.0.24

2 years ago

3.0.21

2 years ago

3.0.22

2 years ago

3.0.27

2 years ago

3.0.25

2 years ago

3.0.20

2 years ago

3.0.19

2 years ago

3.0.16

2 years ago

3.0.17

2 years ago

3.0.18

2 years ago

3.0.0-alpha.1

2 years ago

3.0.12

2 years ago

3.0.4

2 years ago

3.0.13

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.11

2 years ago

3.0.1

2 years ago

3.0.8

2 years ago

3.0.7

2 years ago

3.0.14

2 years ago

3.0.6

2 years ago

3.0.15

2 years ago

3.0.5

2 years ago

3.0.0

2 years ago

3.0.9

2 years ago

3.0.0-alpha.0

2 years ago

2.0.19

2 years ago

2.0.18

2 years ago

2.0.20

2 years ago

2.0.21

2 years ago

2.0.15

2 years ago

2.0.16

2 years ago

2.0.14

2 years ago

2.0.17

2 years ago

2.0.13

2 years ago

2.0.11

2 years ago

2.0.12

2 years ago

2.0.9

2 years ago

2.0.10

2 years ago

2.0.5

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.8

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.4

3 years ago

2.0.1

3 years ago

1.3.1

3 years ago

2.0.0

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago