How to align the drop with respect to the target element. Not specifying a vertical or horizontal alignment will cause it to be aligned in the center.
{"top": "top", "left": "left"}{"bottom": "bottom", "right": "right"}Elevated height of the target, indicated via a drop shadow.
"none""xsmall""small""medium""large""xlarge""string"
How to control the overflow inside the drop.
"auto""hidden""scroll""visible""string"
{}
horizontal:
"auto""hidden""scroll""visible,"
vertical:
"auto""hidden""scroll""visible"
Whether the drop element should be stretched to at least match the width of the target element. The default is true because that is what most uses of Drop want, like Select and Menu.
truefalse