1.3.0 • Published 1 year ago

@illa-design/dropdown v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Dropdown

It used to collect multiple commands into a floating container.

Installation

yarn add @illa-design/dropdown

Import component

import { Dropdown } from "@illa-dedign/dropdown"

API

Dropdown Basic Properties

PropsDescTypeDefault
droplistSet content of dropdownReactNode-
positionSet the position of dropdownTriggerProps"position""bl"
triggerSet the interaction type of show dropdownTriggerProps"trigger""hover"
disabledWhether disable dropdownboolean-
defaultPopupVisibleWhether open dropdown by defaultboolean-
popupVisibleWhether open dropdownboolean-
triggerPropsset trigger's propertiesPartial<TriggerProps>-

Dropdown Events

PropsDescTypeDefault
onVisibleChangeCallback when dropdown‘s visible status change(visible: boolean) => void-

Example

Basic usage

const dropList = (
  <Menu>
    <Item title={"Blog"} key={"1"} disabled />
    <Item title={"Tutorial"} key={"2"} />
    <Item title={"Docs"} key={"3"} />
    <Item title={"Community"} key={"4"} />
    <Item title={"Github"} key={"5"} />
  </Menu>
)
<Dropdown droplist={dropList}>
  <Button>Hover me</Button>
</Dropdown>

Set position of dropdown

const dropList = (
  <Menu>
    <Item title={"Blog"} key={"1"} disabled />
    <Item title={"Tutorial"} key={"2"} />
    <Item title={"Docs"} key={"3"} />
    <Item title={"Community"} key={"4"} />
    <Item title={"Github"} key={"5"} />
  </Menu>
)
<Dropdown droplist={dropList} position="bl">
  <Button>Hover me</Button>
</Dropdown>
1.2.0

1 year ago

1.3.0

1 year ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.1.0

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.20

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.11

2 years ago

1.0.10

3 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.9

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago