Type Definitions
object
# DropDownItemProps
Props passed to DropDownItem
Extends BoxProps
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
colorVariant |
VariantType
|
<optional> |
object
# DropDownMenuProps
Props passed to DropDownMenu element.
Extends BoxProps
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
isVisible |
boolean
|
<optional> |
|
stick |
DropDownStickProp
|
<optional> |
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 |