Skip to main content
Version: Next

DropdownProps

Renders an element with a dropdown list

Properties

children

children: ReactNode;

offset?

optional offset: object;

horizontal

horizontal: number;

vertical

vertical: number;

placement?

optional placement: Placement;

titleElement?

optional titleElement: ReactElement<any, string | JSXElementConstructor<any>>;