Components

DropDown

<DropDown />

Type Definitions

object

# DropDownItemProps

Props passed to DropDownItem

Extends BoxProps

Properties:
Name Type Attributes Description
colorVariant VariantType <optional>

View Source adminjs-design-system/src/molecules/drop-down/drop-down-item.tsx, line 91

object

# DropDownMenuProps

Props passed to DropDownMenu element.

Extends BoxProps

Properties:
Name Type Attributes Description
isVisible boolean <optional>
stick DropDownStickProp <optional>

View Source adminjs-design-system/src/molecules/drop-down/drop-down-menu.tsx, line 35

object

# DropDownProps

Props passed to DropDown element.
Properties:
Name Type Attributes Description
... string <optional>

Other props from BoxProps

stick DropDownStickProp <optional>

Indicates if menu should stick to left or right

View Source adminjs-design-system/src/molecules/drop-down/drop-down.tsx, line 67

'left' | 'right'

# DropDownStickProp

Available values for DropDown.stick prop

View Source adminjs-design-system/src/molecules/drop-down/drop-down.tsx, line 62