Function: Dropdown()
Dropdown(
props
):Element
Defined in: src/components/Dropdown.tsx:25
Render a dropdown component to use in the navigation bar.
Parameters
Parameter | Type |
---|---|
props | { classNames : ClassNames ; components : CustomComponents ; options : DropdownOption []; } & Omit <SelectHTMLAttributes <HTMLSelectElement >, "children" > |
Returns
Element